summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e97dce69702..bb3d7bff69aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Jun 5 20:01:40 UTC 2016
pkgbase = fsniper
pkgdesc = Daemon to run scripts based on changes in files monitored by inotify
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = http://projects.l3ib.org/fsniper/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e28db0b2d091..15c7ac1579e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Contributor: Javier Tia <javier dot tia at gmail dot com>
+# Maintainer: Javier TiĆ” <javier dot tia at gmail dot com>
pkgname=fsniper
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Daemon to run scripts based on changes in files monitored by inotify'
url='http://projects.l3ib.org/fsniper/'
-license='GPL3'
+license=('GPL3')
depends=('pcre' 'file')
makedepends=('autoconf' 'automake' 'libtool' 'gcc')
source=("http://projects.l3ib.org/fsniper/files/${pkgname}-${pkgver}.tar.gz")