[arch-commits] Commit in inotify-tools/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 8 14:15:20 UTC 2018


    Date: Monday, January 8, 2018 @ 14:15:19
  Author: spupykin
Revision: 280526

upgpkg: inotify-tools 3.20.1-1

Modified:
  inotify-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 14:10:04 UTC (rev 280525)
+++ PKGBUILD	2018-01-08 14:15:19 UTC (rev 280526)
@@ -3,27 +3,20 @@
 # Contributor: Alessandro Sagratini
 
 pkgname=inotify-tools
-pkgver=3.14
-pkgrel=4
+pkgver=3.20.1
+pkgrel=1
 pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify."
 arch=('x86_64')
-#url="http://inotify-tools.sourceforge.net/"
 url="https://github.com/rvoicilas/inotify-tools"
 license=('GPL')
 depends=()
-makedepends=('gcc' 'make' 'doxygen' 'git')
+makedepends=('gcc' 'make' 'doxygen')
 options=('docs')
-#source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
-source=("git://github.com/rvoicilas/inotify-tools.git#commit=1df9af4d6cd0f4af4b1b19254bcf056aed4ae395")
-md5sums=('SKIP')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
+sha256sums=('a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac')
 
-prepare() {
-  cd "$srcdir"/$pkgname
-  sed -i 's|-Werror||' src/Makefile.am
-}
-
 build() {
-  cd "$srcdir"/$pkgname
+  cd "$srcdir"/$pkgname-$pkgver
   ./autogen.sh
   ./configure --prefix=/usr
   make
@@ -30,6 +23,6 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname
+  cd "$srcdir"/$pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list