[arch-commits] Commit in libnftnl/repos (3 files)

Sébastien Luttringer seblu at archlinux.org
Tue Jan 19 22:22:50 UTC 2021


    Date: Tuesday, January 19, 2021 @ 22:22:49
  Author: seblu
Revision: 406435

db-move: moved libnftnl from [testing] to [core] (x86_64)

Added:
  libnftnl/repos/core-x86_64/PKGBUILD
    (from rev 406434, libnftnl/repos/testing-x86_64/PKGBUILD)
Deleted:
  libnftnl/repos/core-x86_64/PKGBUILD
  libnftnl/repos/testing-x86_64/

----------------------+
 /PKGBUILD            |   45 +++++++++++++++++++++++++++++++++++++++++++++
 core-x86_64/PKGBUILD |   45 ---------------------------------------------
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2021-01-19 22:22:48 UTC (rev 406434)
+++ core-x86_64/PKGBUILD	2021-01-19 22:22:49 UTC (rev 406435)
@@ -1,45 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.1.8
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('x86_64')
-url='https://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-validpgpkeys=('37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team
-source=("https://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
-sha256sums=('04a3fa5b08b736268f7e65836b9f05d9d5f438181467bee3c76c3c4a4f3ab711'
-            'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-    src="${src%%::*}"
-    src="${src##*/}"
-    [[ $src = *.patch ]] || continue
-    msg2 "Applying patch $src..."
-    patch -Np1 < "../$src"
-  done
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/core-x86_64/PKGBUILD (from rev 406434, libnftnl/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2021-01-19 22:22:49 UTC (rev 406435)
@@ -0,0 +1,45 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.1.9
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('x86_64')
+url='https://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+validpgpkeys=('37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team
+source=("https://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha256sums=('e9b21a6f9a41f9e72aff696cc842e4a9a78ec8d281aec188f3e2b7a21db94b9a'
+            'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+    src="${src%%::*}"
+    src="${src##*/}"
+    [[ $src = *.patch ]] || continue
+    msg2 "Applying patch $src..."
+    patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list