[arch-commits] Commit in ntfs-3g/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Ronald van Haren ronald at archlinux.org
Sun Feb 22 21:50:51 UTC 2009


    Date: Sunday, February 22, 2009 @ 16:50:51
  Author: ronald
Revision: 27567

Merged revisions 27566 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/ntfs-3g/trunk

........
  r27566 | ronald | 2009-02-22 22:49:53 +0100 (Sun, 22 Feb 2009) | 1 line
  
  upgpkg: ntfs-3g 2009.2.1-1
........

Modified:
  ntfs-3g/repos/extra-x86_64/	(properties)
  ntfs-3g/repos/extra-x86_64/PKGBUILD

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


Property changes on: ntfs-3g/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /ntfs-3g/trunk:1-25287
   + /ntfs-3g/trunk:1-27566

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-22 21:49:53 UTC (rev 27566)
+++ extra-x86_64/PKGBUILD	2009-02-22 21:50:51 UTC (rev 27567)
@@ -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