[arch-commits] Commit in sash (repos/extra-i686/PKGBUILD trunk/PKGBUILD)
Eric Belanger
eric at archlinux.org
Thu Aug 21 02:21:01 UTC 2008
Date: Wednesday, August 20, 2008 @ 22:21:01
Author: eric
Revision: 9945
added md5sums
Modified:
sash/repos/extra-i686/PKGBUILD
sash/trunk/PKGBUILD
---------------------------+
repos/extra-i686/PKGBUILD | 6 +++---
trunk/PKGBUILD | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
Modified: repos/extra-i686/PKGBUILD
===================================================================
--- repos/extra-i686/PKGBUILD 2008-08-21 02:15:59 UTC (rev 9944)
+++ repos/extra-i686/PKGBUILD 2008-08-21 02:21:01 UTC (rev 9945)
@@ -10,13 +10,13 @@
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)
+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
Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2008-08-21 02:15:59 UTC (rev 9944)
+++ trunk/PKGBUILD 2008-08-21 02:21:01 UTC (rev 9945)
@@ -10,13 +10,13 @@
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)
+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