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

Jan Steffens heftig at archlinux.org
Sun May 23 02:06:47 UTC 2021


    Date: Sunday, May 23, 2021 @ 02:06:47
  Author: heftig
Revision: 415870

archrelease: copy trunk to extra-x86_64

Added:
  libndp/repos/extra-x86_64/PKGBUILD
    (from rev 415869, libndp/trunk/PKGBUILD)
Deleted:
  libndp/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-23 02:03:51 UTC (rev 415869)
+++ PKGBUILD	2021-05-23 02:06:47 UTC (rev 415870)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libndp
-pkgver=1.7
-pkgrel=2
-pkgdesc="Library for Neighbor Discovery Protocol"
-arch=(x86_64)
-url="http://libndp.org/"
-license=(LGPL2.1)
-depends=(glibc)
-makedepends=(git)
-_commit=96674e7d4f4d569c2c961e865cc16152dfab5f09  # tags/v1.7
-source=("git+https://github.com/jpirko/libndp#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libndp/repos/extra-x86_64/PKGBUILD (from rev 415869, libndp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-23 02:06:47 UTC (rev 415870)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=libndp
+pkgver=1.8
+pkgrel=1
+pkgdesc="Library for Neighbor Discovery Protocol"
+arch=(x86_64)
+url="http://libndp.org/"
+license=(LGPL)
+depends=(glibc)
+makedepends=(git)
+_commit=009ce9cd9b950ffa1f4f94c9436027b936850d0c  # tags/v1.8
+source=("git+https://github.com/jpirko/libndp#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list