summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2016-08-08 15:58:22 -0400
committerJameson Pugh2016-08-08 15:58:22 -0400
commitcc2c22d86a606b7b4c990d5eb56a5e1e63718b9e (patch)
treee21320b716492be136a924d5475059128fbc8f15
parent9396a0649562eca73ae271c4f9c1e4b345afdd06 (diff)
downloadaur-cc2c22d86a606b7b4c990d5eb56a5e1e63718b9e.tar.gz
v5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 994e34cf6c21..1170fb4f8ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Aug 8 19:58:03 UTC 2016
pkgbase = direvent
pkgdesc = Deamon that monitors events in the file system directories
- pkgver = 5.0
+ pkgver = 5.1
pkgrel = 1
url = http://www.gnu.org.ua/software/direvent/
install = direvent.install
@@ -8,8 +10,8 @@ pkgbase = direvent
arch = x86_64
license = GPL
depends = glibc
- source = http://ftp.gnu.org/gnu/direvent/direvent-5.0.tar.gz
- sha256sums = 1fbd26ce98a4e752e82c3b5a0ae85d3360f1fb273c5ef373dc1c55e3c30824c4
+ source = http://ftp.gnu.org/gnu/direvent/direvent-5.1.tar.gz
+ sha256sums = c461600d24183563a4ea47c2fd806037a43354ea68014646b424ac797a959bdb
pkgname = direvent
diff --git a/PKGBUILD b/PKGBUILD
index b51a54c69a66..26a0cc59b777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Timothy Rice <t.rice@ms.unimelb.edu.au>
pkgname=direvent
-pkgver=5.0
+pkgver=5.1
pkgrel=1
pkgdesc="Deamon that monitors events in the file system directories"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=("GPL")
depends=('glibc')
install=$pkgname.install
source=("http://ftp.gnu.org/gnu/direvent/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('1fbd26ce98a4e752e82c3b5a0ae85d3360f1fb273c5ef373dc1c55e3c30824c4')
+sha256sums=('c461600d24183563a4ea47c2fd806037a43354ea68014646b424ac797a959bdb')
build() {
cd ${srcdir}/${pkgname}-${pkgver}