summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c795ed6d1eb1..a91c384725d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 29 23:58:38 UTC 2017
+# Mon Oct 9 10:52:23 UTC 2017
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
- pkgrel = 2
+ pkgrel = 3
url = http://pylibacl.k1024.org/
arch = i686
arch = x86_64
@@ -23,3 +23,6 @@ pkgbase = python-pylibacl
pkgname = python-pylibacl
depends = python
+pkgname = python2-pylibacl
+ depends = python2
+
diff --git a/PKGBUILD b/PKGBUILD
index 057169d9e39a..62aea9b7508d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
# News updates for packages can be followed at https://devblog.square-r00t.net
-pkgname=python-pylibacl
+pkgname=('python-pylibacl' 'python2-pylibacl')
pkgver=0.5.3
-pkgrel=2
+pkgrel=3
pkgdesc="A python extension module that allows you to manipulate the POSIX.1e ACLs. (Fixed for python 3)"
arch=( 'i686' 'x86_64' )
url="http://pylibacl.k1024.org/"