Date: Thursday, September 22, 2022 @ 11:21:10
  Author: felixonmars
Revision: 1307341

archrelease: copy trunk to community-x86_64

Added:
  tcpreplay/repos/community-x86_64/PKGBUILD
    (from rev 1307340, tcpreplay/trunk/PKGBUILD)
  tcpreplay/repos/community-x86_64/keys/
Deleted:
  tcpreplay/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-22 11:20:45 UTC (rev 1307340)
+++ PKGBUILD    2022-09-22 11:21:10 UTC (rev 1307341)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Timothy Redaelli <[email protected]>
-# Contributor: Sébastien Duquette <[email protected]>
-# Contributor: Dawid Wrobel <[email protected]>
-
-pkgname=tcpreplay
-pkgver=4.4.1
-pkgrel=1
-pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
-url='https://tcpreplay.appneta.com'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet' 'autogen')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('e73bf9e7f72b72c91d22a26558b2eab3cb0d5afb8f89bb91cc8165fa5dcb536987ca8bce20cba601dbfd545ad236d47febb5b372aa2dd6b289069cb12afad393'
-            'SKIP')
-b2sums=('e2421d3187cd65b585586a7f229d412f430b63a2418b4ede8790d6144462aa13eb41e299eef1ccdf8d08d462ff4c4854fed82ddc8302cb713067a5a59fe54369'
-        'SKIP')
-validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 
<[email protected]>
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --disable-local-libopts \
-    --enable-dynamic-link \
-    --enable-shared \
-    --with-libdnet \
-    --with-tcpdump=/usr/bin/tcpdump \
-    ac_cv_header_net_bpf_h=n
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -j1 -C test tcpprep
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tcpreplay/repos/community-x86_64/PKGBUILD (from rev 1307340, 
tcpreplay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-22 11:21:10 UTC (rev 1307341)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Timothy Redaelli <[email protected]>
+# Contributor: Sébastien Duquette <[email protected]>
+# Contributor: Dawid Wrobel <[email protected]>
+
+pkgname=tcpreplay
+pkgver=4.4.2
+pkgrel=1
+pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
+url='https://tcpreplay.appneta.com'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet' 'autogen')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')
+source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('273babc2b2ac7ef1b152ddde9f12b6fb5feb42efd0a9bc2f284d70b3a42e5b5d5d3f7d502d77b7943a4c5a632f8414aa4a043193b575e6031d3f497116e6a860'
+            'SKIP')
+b2sums=('e0c3fb7ae26109b80405c06cf7d4f4dbe8c682ed763211ceeed822895cf51f447613870bec21c8eb782614615163a709820b76e6c180937dce1aa272fea14c5a'
+        'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 
<[email protected]>
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --disable-local-libopts \
+    --enable-dynamic-link \
+    --enable-shared \
+    --with-libdnet \
+    --with-tcpdump=/usr/bin/tcpdump \
+    ac_cv_header_net_bpf_h=n
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 -C test tcpprep
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to