diff options
author | Thomas Penteker <tek@serverop.de> | 2019-04-10 01:17:16 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2019-04-10 01:17:16 +0200 |
commit | 0630f515d01b72fac25ae80d58e01d62555495be (patch) | |
tree | 525141bc1f49471e2f1fcea4b6255c3e0a24db73 /inotify-tools | |
parent | a03c059ac79ab5670d1a82961daa94d1a0fecdcf (diff) | |
download | contrib-0630f515d01b72fac25ae80d58e01d62555495be.tar.gz contrib-0630f515d01b72fac25ae80d58e01d62555495be.tar.xz |
inotify-tools: 3.14 -> 3.20.1
Diffstat (limited to 'inotify-tools')
-rw-r--r-- | inotify-tools/.signature | 6 | ||||
-rw-r--r-- | inotify-tools/Pkgfile | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/inotify-tools/.signature b/inotify-tools/.signature index bebb4f8c7..f03904392 100644 --- a/inotify-tools/.signature +++ b/inotify-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yLDV/zOH3RoFvH/hEhFlaqvoLRNlwN3jlxKxyKcmjYYt6TYGSxRNaPeOX+bwO0f7gyWPIDOZQpRkNHXAW0J9gE= -SHA256 (Pkgfile) = b223752a18e28d7da44ed5da74149affe1ea9e4a06a1da5e6afd432de59a3ad0 +RWSagIOpLGJF36H8UImdvAYr0hOf9yyQlbqVY+3FPL/Bf0wjbdBdUhjortLvK5Q3gkycBGKUyjKmCc99KZKhiaFvoWRT9mteRg0= +SHA256 (Pkgfile) = f78e6f2ae532da262699c77d24eb16a37e1931290197b88872ef667fe2587616 SHA256 (.footprint) = f4ea0f62ba432a8a3bb90cdc55cd070a94ba1b59257fc0e4150cb23c93170948 -SHA256 (inotify-tools-3.14.tar.gz) = 222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f +SHA256 (inotify-tools-3.20.1.tar.gz) = a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac diff --git a/inotify-tools/Pkgfile b/inotify-tools/Pkgfile index 89f96186d..25630ac42 100644 --- a/inotify-tools/Pkgfile +++ b/inotify-tools/Pkgfile @@ -4,15 +4,16 @@ # Packager: Till Biedermann, tillbiedermann at yahoo dot de name=inotify-tools -version=3.14 -release=3 -source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) -source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$version.tar.gz) +version=3.20.1 +release=1 +source=(http://github.com/rvoicilas/inotify-tools/archive/$version/inotify-tools-$version.tar.gz) build() { cd $name-$version + + ./autogen.sh ./configure --prefix=/usr + make make DESTDIR=$PKG install - rm -r $PKG/usr/share/doc } |