[arch-commits] Commit in cowsay/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Sep 10 00:43:35 UTC 2011
Date: Friday, September 9, 2011 @ 20:43:35
Author: allan
Revision: 137596
upgpkg: cowsay 3.03-7
old package rebuild
Modified:
cowsay/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-10 00:12:32 UTC (rev 137595)
+++ PKGBUILD 2011-09-10 00:43:35 UTC (rev 137596)
@@ -1,23 +1,26 @@
# $Id$
+# Maintainer:
# Contributor: Eric Belanger <eric at archlinux.org>
# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=cowsay
pkgver=3.03
-pkgrel=6
+pkgrel=7
pkgdesc="Add speaking and thinking cows (and a few other creatures) to anything"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://www.nog.net/~tony/warez/cowsay.shtml"
license=('PerlArtistic' 'GPL')
depends=('perl')
-source=(http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz cowsay.patch)
-md5sums=('b29169797359420dadb998079021a494' '7091f9a6d97006299a1f27a665b638b6')
-sha1sums=('cc65a9b13295c87df94a58caa8a9176ce5ec4a27' '0da25fd2f80de4d92096c5d1ece2c6dcc05bea75')
+source=(http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz
+ cowsay.patch)
+md5sums=('b29169797359420dadb998079021a494'
+ '7091f9a6d97006299a1f27a665b638b6')
+sha1sums=('cc65a9b13295c87df94a58caa8a9176ce5ec4a27'
+ '0da25fd2f80de4d92096c5d1ece2c6dcc05bea75')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- patch -p1 < ../cowsay.patch
+ patch -p1 -i $srcdir/cowsay.patch
sed -i 's|/man/|/share/man/|' install.sh
}
More information about the arch-commits
mailing list