summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2018-12-03 06:14:09 -0500
committerbrent s2018-12-03 06:14:09 -0500
commit87ed3b43bfcf8b243534dcd7986598a8b0c24d11 (patch)
treec1367f4f09c96164ad8b36876ea2f548afd694ca
parent9906874f953ab132718bca464a7f18f937b9012f (diff)
downloadaur-87ed3b43bfcf8b243534dcd7986598a8b0c24d11.tar.gz
fixing setuptools makedep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ca1fb64e559..35b06120ac66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Nov 12 08:23:23 UTC 2018
+# Mon Dec 3 11:14:09 UTC 2018
pkgbase = python-inotify
pkgdesc = Access inotify events via python (this is NOT related to python-pynotify!)
pkgver = 0.2.10
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/inotify
arch = i686
arch = x86_64
license = GPL2
makedepends = python
+ makedepends = python-setuptools
makedepends = python2
+ makedepends = python2-setuptools
depends = python
depends = python2
source = https://files.pythonhosted.org/packages/source/i/inotify/inotify-0.2.10.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b6e4c9b928bf..d42458bdaecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=('python-inotify' 'python2-inotify')
pkgver=0.2.10
-pkgrel=1
+pkgrel=2
pkgdesc="Access inotify events via python (this is NOT related to python-pynotify!)"
arch=( 'i686' 'x86_64' )
url="https://pypi.python.org/pypi/inotify"
license=( 'GPL2' )
depends=( 'python' 'python2' )
-makedepends=( 'python' 'python2' )
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
_pkgname=inotify
install=
changelog=