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

Ike Devolder idevolder at archlinux.org
Sun Feb 24 22:16:13 UTC 2019


    Date: Sunday, February 24, 2019 @ 22:16:13
  Author: idevolder
Revision: 435608

archrelease: copy trunk to community-testing-x86_64

Added:
  libnfs/repos/community-testing-x86_64/PKGBUILD
    (from rev 435607, libnfs/trunk/PKGBUILD)
Deleted:
  libnfs/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-24 22:16:06 UTC (rev 435607)
+++ PKGBUILD	2019-02-24 22:16:13 UTC (rev 435608)
@@ -1,33 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-pkgname=libnfs
-pkgver=4.0.0
-pkgrel=2
-pkgdesc="client library for accessing NFS shares"
-arch=('x86_64')
-url="https://github.com/sahlberg/libnfs"
-license=('GPL')
-depends=('glibc')
-source=(
-	"https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz"
-)
-sha256sums=('4d2091b0096392871fffca28272a3d496e62bd0936cfc9de95de57c46fc89f1a')
-
-#prepare() {
-  #cd "$pkgname-$pkgname-$pkgver"
-
-#}
-
-build() {
-	cd "$pkgname-$pkgname-$pkgver"
-
-	autoreconf -vif
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$pkgname-$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-}
-

Copied: libnfs/repos/community-testing-x86_64/PKGBUILD (from rev 435607, libnfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-24 22:16:13 UTC (rev 435608)
@@ -0,0 +1,33 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=libnfs
+pkgver=4.0.0
+pkgrel=3
+pkgdesc="client library for accessing NFS shares"
+arch=('x86_64')
+url="https://github.com/sahlberg/libnfs"
+license=('GPL')
+depends=('glibc')
+source=(
+	"https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz"
+)
+sha256sums=('6ee77e9fe220e2d3e3b1f53cfea04fb319828cc7dbb97dd9df09e46e901d797d')
+
+#prepare() {
+  #cd "$pkgname-$pkgname-$pkgver"
+
+#}
+
+build() {
+	cd "$pkgname-$pkgname-$pkgver"
+
+	autoreconf -vif
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list