diff options
author | root <root@rshg054.dnsready.net> | 2013-10-23 01:11:11 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-23 01:11:11 -0700 |
commit | 06a76442fa8de4a9975266a4eca7fb2a953f5244 (patch) | |
tree | 7b783eeb28c401d172561db419f82783f4380b34 /community/libnfs | |
parent | d5839dd449651d7781de570240f3d0a1a9162320 (diff) |
Wed Oct 23 01:09:43 PDT 2013
Diffstat (limited to 'community/libnfs')
-rw-r--r-- | community/libnfs/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/libnfs/PKGBUILD b/community/libnfs/PKGBUILD index c1572628f..c18fec262 100644 --- a/community/libnfs/PKGBUILD +++ b/community/libnfs/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 92631 2013-06-10 08:52:37Z idevolder $ +# $Id: PKGBUILD 99036 2013-10-22 19:26:33Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> pkgname=libnfs -pkgver=1.6.0 -pkgrel=1 +pkgver=1.7.0 +pkgrel=2 pkgdesc="client library for accessing NFS shares" arch=('i686' 'x86_64') url="https://github.com/sahlberg/libnfs" license=('GPL') depends=('glibc') source=("https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz") -sha256sums=('19a497044f086d2bed973d0e89392bd41d1a8e9f524d5787f3090f966e20ccc3') -options=(!libtool) +sha256sums=('724e0b15cb2099ab3bbdb8456eaab54bc6d1de76da4b4f3251323471523e2114') build() { cd "$pkgname-$pkgname-$pkgver" |