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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Aug 9 17:04:54 UTC 2020


    Date: Sunday, August 9, 2020 @ 17:04:53
  Author: bpiotrowski
Revision: 393467

1.3.0-1

Modified:
  libnsl/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 17:04:35 UTC (rev 393466)
+++ PKGBUILD	2020-08-09 17:04:53 UTC (rev 393467)
@@ -1,8 +1,8 @@
 # Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 
 pkgname=libnsl
-pkgver=1.2.0
-pkgrel=2
+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'
@@ -9,12 +9,11 @@
 license=('LGPL2.1')
 depends=(libtirpc)
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-md5sums=('05222024777e12e2f6d48f2e7d067ac7')
+md5sums=('a7ab1d3e2a685edad1a55857bfccf318')
 
 prepare() {
   cd $pkgname-$pkgver
   autoreconf -fi
-  ./autogen.sh
 }
 
 build() {



More information about the arch-commits mailing list