summaryrefslogtreecommitdiff
path: root/community/libnfs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libnfs/PKGBUILD')
-rw-r--r--community/libnfs/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/libnfs/PKGBUILD b/community/libnfs/PKGBUILD
index eaef7ac71..44acdab1b 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')
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"