aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptrcnull <git@ptrcnull.me>2024-03-28 12:05:46 +0100
committerptrcnull <git@ptrcnull.me>2024-03-28 12:05:46 +0100
commit396872df9f9b78f1c25eadbeb7d882bf9ad6b476 (patch)
tree5d4dca23ae9539eb45ad8a9ff52dcb9b15944c1d
parent8d724fe989ceabb5b76b046cf830d4a71d29ed85 (diff)
community/py3-fsspec: fix checksumsHEADmaster
-rw-r--r--community/py3-fsspec/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-fsspec/APKBUILD b/community/py3-fsspec/APKBUILD
index a58e366be0f..b709c06710f 100644
--- a/community/py3-fsspec/APKBUILD
+++ b/community/py3-fsspec/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-fsspec
pkgver=2023.12.2
-pkgrel=0
+pkgrel=1
pkgdesc="A specification for pythonic filesystems"
url="https://github.com/intake/filesystem_spec"
arch="noarch"
@@ -27,7 +27,7 @@ checkdepends="
py3-tqdm
"
subpackages="$pkgname-pyc"
-source="https://github.com/intake/filesystem_spec/archive/$pkgver/filesystem_spec-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/intake/filesystem_spec/archive/$pkgver.tar.gz"
builddir="$srcdir/filesystem_spec-$pkgver"
build() {
@@ -51,5 +51,5 @@ package() {
}
sha512sums="
-654ff72b9c5ca648d4a4b469b4f3706b3200f023e26b657e3200dee301469da6f67c93fcfaa82edae7c7b074fe77715d0093269a38ee68416cf8491203bde5cb filesystem_spec-2023.12.2.tar.gz
+960fbee750f4158f98caa57e30cace376f2a59ff20e06badb527d53673ce41a9260e08181a63f02aed4038a86250ea27883481a23d845906ceae8c55ee5477d3 py3-fsspec-2023.12.2.tar.gz
"