summaryrefslogtreecommitdiff
path: root/community/libnfs
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-08 11:09:08 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-08 11:09:08 +0200
commitf34af07e4fe5a7e9709810d27db1826afb33e9d7 (patch)
tree32b42eab1c13ef4a8651fdcb7ec34b677910b011 /community/libnfs
parent9d61e52a90bc3f2ec68af6824a49352c425cf08c (diff)
parent6186582583ec0329ab93bace8731cdb3b6f0dac8 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/wireshark/PKGBUILD
Diffstat (limited to 'community/libnfs')
-rw-r--r--community/libnfs/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/libnfs/PKGBUILD b/community/libnfs/PKGBUILD
index 6f3bbd140..1065c9616 100644
--- a/community/libnfs/PKGBUILD
+++ b/community/libnfs/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 68570 2012-03-28 10:32:51Z idevolder $
+# $Id: PKGBUILD 87823 2013-04-07 09:29:35Z idevolder $
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
pkgname=libnfs
-pkgver=1.3.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="client library for accessing NFS shares"
arch=('i686' 'x86_64' 'mips64el')
url="https://github.com/sahlberg/libnfs"
license=('GPL')
depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sahlberg/libnfs/tarball/$pkgname-$pkgver")
-_srcfolder=sahlberg-libnfs-47e5a2c
-sha256sums=('0acda3029db699c3978684080843f71d222ad35b30a2ff0d220d144e98854948')
+source=("https://github.com/downloads/sahlberg/$pkgname/$pkgname-$pkgver.tar.gz")
+#_srcfolder=sahlberg-libnfs-47e5a2c
+sha256sums=('5663355dc18e75c893e09b133ca3ef70cf00754acfea863257f509922b5e5faa')
options=(!libtool)
build() {
- mv "$_srcfolder" "$pkgname-$pkgver"
+ #mv "$_srcfolder" "$pkgname-$pkgver"
cd "$pkgname-$pkgver"