[arch-commits] Commit in libnetfilter_queue/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Thu May 7 08:54:04 UTC 2020


    Date: Thursday, May 7, 2020 @ 08:54:04
  Author: allan
Revision: 382650

archrelease: copy trunk to extra-x86_64

Added:
  libnetfilter_queue/repos/extra-x86_64/PKGBUILD
    (from rev 382649, libnetfilter_queue/trunk/PKGBUILD)
Deleted:
  libnetfilter_queue/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 30 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 08:53:48 UTC (rev 382649)
+++ PKGBUILD	2020-05-07 08:54:04 UTC (rev 382650)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
-# Contributor: Filip Wojciechowski, filip at loka dot pl
-
-pkgname=libnetfilter_queue
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Userspace API to packets that have been queued by the kernel packet filter'
-arch=('x86_64')
-url='https://www.netfilter.org/projects/libnetfilter_queue/'
-license=('GPL')
-depends=('libnfnetlink' 'libmnl')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC'
-              'C09DB2063F1D7034BA6152ADAB4655A126D292E4')
-# 2016-11-03: https sources download is broken with curl
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('700ce0ae4784257ab5abe6fd1802f366'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnetfilter_queue/repos/extra-x86_64/PKGBUILD (from rev 382649, libnetfilter_queue/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-07 08:54:04 UTC (rev 382650)
@@ -0,0 +1,30 @@
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
+# Contributor: Filip Wojciechowski, filip at loka dot pl
+
+pkgname=libnetfilter_queue
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Userspace API to packets that have been queued by the kernel packet filter'
+arch=('x86_64')
+url='https://www.netfilter.org/projects/libnetfilter_queue/'
+license=('GPL')
+depends=('libnfnetlink' 'libmnl')
+validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC'
+              'C09DB2063F1D7034BA6152ADAB4655A126D292E4')
+source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('700ce0ae4784257ab5abe6fd1802f366'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list