index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-29 17:42:30 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-29 17:42:30 +0100 |
commit | aaae731b7bfa0cc1306fbe795c05ff11422a55a1 (patch) | |
tree | 257353c7deff2d3e8ee642b49a7f71a559a3c688 | |
parent | 7a3eeeacf63017a03bbaa737ad9cd09b4954e663 (diff) |
-rw-r--r-- | extra/bind/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/python-setuptools/PKGBUILD | 2 |
diff --git a/extra/bind/PKGBUILD b/extra/bind/PKGBUILD index cc32c372..e68d9230 100644 --- a/extra/bind/PKGBUILD +++ b/extra/bind/PKGBUILD @@ -1,2 +1,4 @@ # currently broken python-sphinx makedepends=(${makedepends[@]//python-sphinx/}) + +sha256sums[0]=('SKIP') diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD index a02e7471..6b6e240d 100644 --- a/extra/python-setuptools/PKGBUILD +++ b/extra/python-setuptools/PKGBUILD @@ -12,7 +12,7 @@ # Add the tarball source[0]="https://pypi.python.org/packages/source/s/setuptools/setuptools-$pkgver.tar.gz" -sha512sums[0]='SKIP' +b2sums[0]='SKIP' # Work around the directory name containing the version. eval "$( |