[arch-commits] Commit in libnsl/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Apr 12 08:18:43 UTC 2021


    Date: Monday, April 12, 2021 @ 08:18:42
  Author: dvzrv
Revision: 412351

upgpkg: libnsl 1.3.0-2: Rebuild to add soprovides.

Add libnsl.so to soprovides.
Update maintainer info.
Minor cleanups.

Modified:
  libnsl/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-12 07:39:10 UTC (rev 412350)
+++ PKGBUILD	2021-04-12 08:18:42 UTC (rev 412351)
@@ -1,28 +1,31 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 
 pkgname=libnsl
 pkgver=1.3.0
-pkgrel=1
-pkgdesc='Public client interface library for NIS(YP) and NIS+'
-arch=(x86_64)
-url='https://github.com/thkukuk/libnsl'
+pkgrel=2
+pkgdesc="Public client interface library for NIS(YP) and NIS+"
+arch=('x86_64')
+url="https://github.com/thkukuk/libnsl"
 license=('LGPL2.1')
-depends=(libtirpc)
-source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-md5sums=('a7ab1d3e2a685edad1a55857bfccf318')
+depends=('glibc' 'libtirpc')
+provides=('libnsl.so')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('ce75ee9e54f1bdd2b31886e8157ff5f654511c3da017e0d9f8d0da6a2a9f9a78ff2e5f72cfb7ce3a23065f57337db51e3c8842a7e990350a62612018f4960342')
+b2sums=('d5116c2837a7ed5d5916d571d2e5deaf733b2e3e4401c2ebb0ec253d2755c2dc169139ea64756bd4ab28e3107f9ff1dcdd5ef6657828862a95ca18f2f145e3b3')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   autoreconf -fi
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list