summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dd2ddc0057a..3341938132ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Dec 3 11:37:30 UTC 2018
+# Mon Dec 3 13:09:33 UTC 2018
pkgbase = python-pylibacl
pkgdesc = A python extension module that allows you to manipulate the POSIX.1e ACLs. (Fixed for python 3)
pkgver = 0.5.3
@@ -8,8 +8,6 @@ pkgbase = python-pylibacl
arch = i686
arch = x86_64
license = LGPL
- makedepends = python-distribute
- makedepends = python2-distribute
makedepends = python
makedepends = python2
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 71df6b560af0..95d943a349d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=( 'i686' 'x86_64' )
url="http://pylibacl.k1024.org/"
license=( 'LGPL' )
depends=( 'python' 'python2' )
-makedepends=('python-distribute' 'python2-distribute' 'python' 'python2' 'python-setuptools' 'python2-setuptools')
+makedepends=( 'python' 'python2' 'python-setuptools' 'python2-setuptools')
_pkgname=pylibacl
install=
changelog=