[arch-commits] CVS update of extra/system/sash (PKGBUILD)

Eric Belanger eric at archlinux.org
Thu Jan 17 01:52:53 UTC 2008


    Date: Wednesday, January 16, 2008 @ 20:52:53
  Author: eric
    Path: /home/cvs-extra/extra/system/sash

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: sash 3.7-3
corrected patch name, added missing md5sum


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


Index: extra/system/sash/PKGBUILD
diff -u extra/system/sash/PKGBUILD:1.10 extra/system/sash/PKGBUILD:1.11
--- extra/system/sash/PKGBUILD:1.10	Tue Jan 15 12:56:13 2008
+++ extra/system/sash/PKGBUILD	Wed Jan 16 20:52:53 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.10 2008/01/15 17:56:13 kevin Exp $
+# $Id: PKGBUILD,v 1.11 2008/01/17 01:52:53 eric Exp $
 # Maintainer: kevin <kevin at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
@@ -9,14 +9,14 @@
 arch=(i686 x86_64)
 license=('custom')
 install=${pkgname}.install
-source=(http://www.canb.auug.org.au/~dbell/programs/${pkgname}-${pkgver}.tar.gz
-sash-3.7-add_fs_inc.patch)
+source=(http://www.canb.auug.org.au/~dbell/programs/${pkgname}-${pkgver}.tar.gz 
+sash-3.7-add-fs-include.patch)
+md5sums=('ee7c7ed5aad76599974d016a6f201ef4' '04b46c60b1b382ef3f3ac0d4b0dd2ea2')
 url="http://www.canb.auug.org.au/~dbell/"
-md5sums=('ee7c7ed5aad76599974d016a6f201ef4')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np0 -i ../sash-3.7-add_fs_inc.patch
+  patch -Np0 -i ../sash-3.7-add-fs-include.patch
   /usr/bin/make || return 1
   /bin/mkdir -p ${startdir}/pkg/usr/bin ${startdir}/pkg/usr/share/man/man1
   /usr/bin/make BINDIR=${startdir}/pkg/usr/bin MANDIR=${startdir}/pkg/usr/share/man/man1 install || return 1




More information about the arch-commits mailing list