Date: Monday, November 14, 2022 @ 23:13:32
  Author: kpcyrd
Revision: 1348311

archrelease: copy trunk to community-x86_64

Added:
  ngrep/repos/community-x86_64/PKGBUILD
    (from rev 1348310, ngrep/trunk/PKGBUILD)
Deleted:
  ngrep/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 23:13:03 UTC (rev 1348310)
+++ PKGBUILD    2022-11-14 23:13:32 UTC (rev 1348311)
@@ -1,36 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Eric Belanger <[email protected]>
-# Contributor: dorphell <[email protected]>
-
-pkgname=ngrep
-pkgver=1.47
-_pkgver="${pkgver/./_}"
-pkgrel=2
-pkgdesc='A grep-like utility that allows you to search for network packets on 
an interface.'
-arch=('x86_64')
-url='https://github.com/jpr5/ngrep/'
-license=('custom')
-depends=('libpcap>=1.0.0' 'pcre')
-source=("https://github.com/jpr5/ngrep/archive/V${_pkgver}.tar.gz";)
-md5sums=('03cb1229ad586495852ea316262e8f38')
-
-build() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-
-  export EXTRA_INCLUDES=$(pcre-config --cflags)
-  export EXTRA_LIBS=$(pcre-config --libs)
-
-  ./configure --prefix=/usr \
-    --with-pcap-includes=/usr/include/pcap\
-    --enable-ipv6 \
-    --enable-pcre \
-    --disable-pcap-restart
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ngrep/repos/community-x86_64/PKGBUILD (from rev 1348310, 
ngrep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-14 23:13:32 UTC (rev 1348311)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Eric Belanger <[email protected]>
+# Contributor: dorphell <[email protected]>
+
+pkgname=ngrep
+pkgver=1.47
+_pkgver="${pkgver/./_}"
+pkgrel=3
+pkgdesc='A grep-like utility that allows you to search for network packets on 
an interface.'
+arch=('x86_64')
+url='https://github.com/jpr5/ngrep/'
+license=('custom')
+depends=('libpcap>=1.0.0' 'pcre')
+source=("https://github.com/jpr5/ngrep/archive/V${_pkgver}.tar.gz";)
+md5sums=('03cb1229ad586495852ea316262e8f38')
+sha256sums=('dc4dbe20991cc36bac5e97e99475e2a1522fd88c59ee2e08f813432c04c5fff3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+
+  export EXTRA_INCLUDES=$(pcre-config --cflags)
+  export EXTRA_LIBS=$(pcre-config --libs)
+
+  ./configure --prefix=/usr \
+    --with-pcap-includes=/usr/include/pcap\
+    --enable-ipv6 \
+    --enable-pcre \
+    --disable-pcap-restart
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to