[arch-commits] Commit in tzdata/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jul 9 18:54:32 UTC 2008


    Date: Wednesday, July 9, 2008 @ 14:54:32
  Author: andyrtr
Revision: 4740

upgpkg: tzdata 2008d-1

Modified:
  tzdata/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-09 16:47:02 UTC (rev 4739)
+++ PKGBUILD	2008-07-09 18:54:32 UTC (rev 4740)
@@ -2,10 +2,10 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=tzdata
-pkgver=2008c
+pkgver=2008d
 pkgrel=1
 _tzcode=2008a
-_tzdata=2008c
+_tzdata=2008d
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('i686' 'x86_64')
 url="http://www.twinsun.com/tz/tz-link.htm"
@@ -18,11 +18,11 @@
         ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \
         Makefile.patch)
 md5sums=('4a04c12a8ec50b0a8cfc9ebce96b07d3'
-         'e9155acbc2a3310f4554095489214f38'
+         'f89588d604a798ab0dbefb0b85f54507'
          'a64ed97d1fc03c66ee8612c0d9f40507')
 
 build() {
-  cd ${startdir}/src/
+  cd ${srcdir}/
 
   tar -xf tzcode${_tzcode}.tar.gz  || return 1
   tar -xf ${pkgname}${_tzdata}.tar.gz || return 1
@@ -30,7 +30,7 @@
   patch -Np1 -i ../Makefile.patch || return 1
 
   make || return 1
-  make DESTDIR="${startdir}/pkg" install
+  make DESTDIR="${pkgdir}" install
 
-  rm ${startdir}/pkg/usr/share/zoneinfo/localtime
+  rm ${pkgdir}/usr/share/zoneinfo/localtime
 }





More information about the arch-commits mailing list