[arch-commits] Commit in libdnet/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Dec 30 23:26:33 UTC 2020


    Date: Wednesday, December 30, 2020 @ 23:26:32
  Author: eworm
Revision: 800298

archrelease: copy trunk to community-x86_64

Added:
  libdnet/repos/community-x86_64/PKGBUILD
    (from rev 800297, libdnet/trunk/PKGBUILD)
Deleted:
  libdnet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-30 23:26:29 UTC (rev 800297)
+++ PKGBUILD	2020-12-30 23:26:32 UTC (rev 800298)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: James Fryman <jfryman at gmail.com>
-
-pkgname=libdnet
-pkgver=1.12
-pkgrel=12
-pkgdesc='A simplified, portable interface to several low-level networking routines'
-arch=(x86_64)
-license=('BSD')
-url='https://github.com/dugsong/libdnet'
-source=("https://github.com/dugsong/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('b6360659c93fa2e3cde9e0a1fc9c07bc4111f3448c5de856e095eb98315dd424')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgname-$pkgver
-
-  autoreconf -I config --force --install
-
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-
-  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/libdnet/license
-}

Copied: libdnet/repos/community-x86_64/PKGBUILD (from rev 800297, libdnet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-30 23:26:32 UTC (rev 800298)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: James Fryman <jfryman at gmail.com>
+
+pkgname=libdnet
+pkgver=1.12
+pkgrel=13
+pkgdesc='A simplified, portable interface to several low-level networking routines'
+arch=(x86_64)
+license=('BSD')
+url='https://github.com/dugsong/libdnet'
+source=("https://github.com/dugsong/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('b6360659c93fa2e3cde9e0a1fc9c07bc4111f3448c5de856e095eb98315dd424')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgname-$pkgver
+
+  autoreconf -I config --force --install
+
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+
+  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/libdnet/license
+}



More information about the arch-commits mailing list