summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2016-03-08 10:42:34 -0500
committersolaraquarion2016-03-08 10:42:34 -0500
commit5200b90b21ee797e622272f155d178c999aeb42c (patch)
tree4cb862a500194d906999d886e18c022e5a10d680
parent843b39222856b3deb310305efc4b230c1d8ed38b (diff)
downloadaur-python2-inotifyx.tar.gz
updating stuff
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd450d9d5e7e..ea75696f0715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Mar 8 15:42:17 UTC 2016
pkgbase = python2-inotifyx
pkgdesc = A simple Python binding to the Linux inotify file system event monitoring API
pkgver = 0.2.2
- pkgrel = 2
- url = http://www.alittletooquiet.net/software/inotifyx/
+ pkgrel = 3
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b504cce602a1..0d524416194d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
# Maintainer: Joost Bremmer <toost dot b at gmail dot com>
# Maintainer: Tom Vincent <http://tlvince.com/contact>
# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
-
-pkgbase=python2-inotifyx
+# Maintainer: Solomon Choina <shlomochoina at gmail dot com>
pkgname=python2-inotifyx
pkgver=0.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="A simple Python binding to the Linux inotify file system event monitoring API"
arch=("i686" "x86_64")
-url=("http://www.alittletooquiet.net/software/inotifyx/")
+#url=("http://www.alittletooquiet.net/software/inotifyx/")
license=("MIT")
depends=("python2")
makedepends=("python2-setuptools")