[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Sun Feb 22 21:49:53 UTC 2009


    Date: Sunday, February 22, 2009 @ 16:49:53
  Author: ronald
Revision: 27566

upgpkg: ntfs-3g 2009.2.1-1

Modified:
  ntfs-3g/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-22 21:49:34 UTC (rev 27565)
+++ PKGBUILD	2009-02-22 21:49:53 UTC (rev 27566)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Bächler <thomas.archlinux.org>
 
 pkgname=ntfs-3g
-pkgver=2009.1.1
+pkgver=2009.2.1
 pkgrel=1
 pkgdesc="Stable read and write NTFS driver"
 url="http://www.ntfs-3g.org/"
@@ -12,15 +12,15 @@
 depends=('glibc')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://www.ntfs-3g.org/$pkgname-$pkgver.tgz)
-md5sums=('56e4aed24d0c2543597de0ba52b3ed64')
+source=(http://www.ntfs-3g.org/${pkgname}-${pkgver}.tgz)
+md5sums=('455d20b8e6960bad3311b72bec335737')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   # use internal fuse at least until fuse 2.8.0 is relased, it contains
   # some bug & security fixes
   ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
 	--with-fuse=internal || return 1
   make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list