summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2017-10-09 06:53:33 -0400
committerbrent s2017-10-09 06:53:33 -0400
commitfdf2de726beecb73d68f17ba69d977e1c5252a56 (patch)
tree99b953317afdc48055566d1ea1897c7bca7e4359
parentb7bce5a29420d9be1c78bbc8c69c1af485a11544 (diff)
downloadaur-fdf2de726beecb73d68f17ba69d977e1c5252a56.tar.gz
oops
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc07697fdecf..380851160736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Aug 20 04:40:03 UTC 2017
+# Mon Oct 9 10:53:33 UTC 2017
pkgbase = python-inotify
pkgdesc = Access inotify events via python (this is NOT related to python-pynotify!)
pkgver = 0.2.8
- pkgrel = 2
+ pkgrel = 3
url = https://pypi.python.org/pypi/inotify
arch = i686
arch = x86_64
@@ -20,3 +20,6 @@ pkgbase = python-inotify
pkgname = python-inotify
depends = python
+pkgname = python2-inotify
+ depends = python2
+
diff --git a/PKGBUILD b/PKGBUILD
index a9196ae11162..1d8ced5fe0df 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-inotify
+pkgname=('python-inotify' 'python2-inotify')
pkgver=0.2.8
-pkgrel=2
+pkgrel=3
pkgdesc="Access inotify events via python (this is NOT related to python-pynotify!)"
arch=( 'i686' 'x86_64' )
url="https://pypi.python.org/pypi/inotify"