[arch-commits] Commit in inotify-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Mon Sep 20 15:45:13 UTC 2021


    Date: Monday, September 20, 2021 @ 15:45:13
  Author: spupykin
Revision: 1018851

archrelease: copy trunk to community-x86_64

Added:
  inotify-tools/repos/community-x86_64/PKGBUILD
    (from rev 1018850, inotify-tools/trunk/PKGBUILD)
Deleted:
  inotify-tools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 32 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 15:45:06 UTC (rev 1018850)
+++ PKGBUILD	2021-09-20 15:45:13 UTC (rev 1018851)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.20.11.0
-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="https://github.com/rvoicilas/inotify-tools"
-license=('GPL')
-depends=()
-makedepends=('gcc' 'make' 'doxygen')
-options=('docs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
-sha256sums=('58a3cde89e4a5111a87ac16b56b06a8f885460fca0aea51b69c856ce30a37a14')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: inotify-tools/repos/community-x86_64/PKGBUILD (from rev 1018850, inotify-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-20 15:45:13 UTC (rev 1018851)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.21.9.0
+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="https://github.com/rvoicilas/inotify-tools"
+license=('GPL')
+depends=()
+makedepends=('gcc' 'make' 'doxygen')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
+sha256sums=('88bf1ac58ea25225e846dbe7409727548de0546d79f24968905ac53f4e9a97a1')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i 's|-Werror||g' src/Makefile.*
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list