index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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 "$( |