diff options
Diffstat (limited to 'main/ntfs-3g/APKBUILD')
-rw-r--r-- | main/ntfs-3g/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/ntfs-3g/APKBUILD b/main/ntfs-3g/APKBUILD index 16dbf4a7e7..ae1101f2b0 100644 --- a/main/ntfs-3g/APKBUILD +++ b/main/ntfs-3g/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ntfs-3g -pkgver=2011.1.15 +pkgver=2011.4.12 pkgrel=0 pkgdesc="A userspace ntfs driver with write support" url="http://www.tuxera.com/community/ntfs-3g-download/" @@ -10,9 +10,9 @@ license="GPL" depends= makedepends="attr-dev" subpackages="$pkgname-doc $pkgname-dev" -source="http://tuxera.com/opensource/ntfs-3g-$pkgver.tgz" +source="http://tuxera.com/opensource/ntfs-3g_ntfsprogs-$pkgver.tgz" -_builddir="$srcdir"/$pkgname-$pkgver +_builddir="$srcdir"/ntfs-3g_ntfsprogs-$pkgver build() { cd "$_builddir" ./configure --prefix=/usr \ @@ -28,4 +28,4 @@ package() { } -md5sums="15a5cf5752012269fa168c24191f00e2 ntfs-3g-2011.1.15.tgz" +md5sums="9c4ce318373b15332239a77a9d2a39fe ntfs-3g_ntfsprogs-2011.4.12.tgz" |