Date: Saturday, December 15, 2012 @ 17:02:11
  Author: guillaume
Revision: 173238

Fixed #33031 and general PKGBUILD cleanup

Modified:
  cowsay/trunk/PKGBUILD
Deleted:
  cowsay/trunk/ChangeLog

-----------+
 ChangeLog |    7 -------
 PKGBUILD  |   16 ++++++++--------
 2 files changed, 8 insertions(+), 15 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog   2012-12-15 19:43:31 UTC (rev 173237)
+++ ChangeLog   2012-12-15 22:02:11 UTC (rev 173238)
@@ -1,7 +0,0 @@
-2008-12-08  Eric Belanger  <e...@archlinux.org>
-
-       * cowsay 3.03-6
-       * Added license
-       * FHS man pages
-       * Added arch tag
-       * Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-12-15 19:43:31 UTC (rev 173237)
+++ PKGBUILD    2012-12-15 22:02:11 UTC (rev 173238)
@@ -1,22 +1,20 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Guillaume ALAUX <guilla...@archlinux.org> 
 # Contributor: Eric Belanger <e...@archlinux.org>
 # Contributor: Sarah Hay <sarah...@mb.sympatico.ca>
 
 pkgname=cowsay
 pkgver=3.03
-pkgrel=7
-pkgdesc="Add speaking and thinking cows (and a few other creatures) to 
anything"
+pkgrel=8
+pkgdesc='Configurable talking cow (and a few other creatures)'
 arch=('any')
-url="http://www.nog.net/~tony/warez/cowsay.shtml";
+url='http://www.nog.net/~tony/warez/'
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 source=(http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz
         cowsay.patch)
-md5sums=('b29169797359420dadb998079021a494'
-         '7091f9a6d97006299a1f27a665b638b6')
-sha1sums=('cc65a9b13295c87df94a58caa8a9176ce5ec4a27'
-          '0da25fd2f80de4d92096c5d1ece2c6dcc05bea75')
+sha256sums=('3406ab1634c7d4d7d3f613b56eb9f1a4da8feaac93664a188b4de9bacb036ce8'
+            'aa88442a31f01ffe5884b3ae974ed1ced23d860859d7f2234cdcd3ac437fc17f')
 
 build() {
        cd ${srcdir}/${pkgname}-${pkgver}
@@ -27,4 +25,6 @@
 package() {
        cd ${srcdir}/${pkgname}-${pkgver}
        echo "${pkgdir}/usr" | ./install.sh
+       # This one is not a valid '.cow' file
+       rm ${pkgdir}/usr/share/cows/mech-and-cow
 }

Reply via email to