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

Daniel Griffiths dgriffiths at archlinux.org
Mon Apr 12 10:59:23 UTC 2010


    Date: Monday, April 12, 2010 @ 06:59:23
  Author: dgriffiths
Revision: 77391

Adopted, moved to splitpkg format

Modified:
  cowsay/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-12 10:53:25 UTC (rev 77390)
+++ PKGBUILD	2010-04-12 10:59:23 UTC (rev 77391)
@@ -1,6 +1,7 @@
 # $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
+# 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
@@ -15,8 +16,8 @@
 sha1sums=('cc65a9b13295c87df94a58caa8a9176ce5ec4a27' '0da25fd2f80de4d92096c5d1ece2c6dcc05bea75')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 < ../cowsay.patch
-  sed -i 's|/man/|/share/man/|' install.sh
-  echo "${pkgdir}/usr" | ./install.sh
+	cd ${srcdir}/${pkgname}-${pkgver}
+	patch -p1 < ../cowsay.patch
+	sed -i 's|/man/|/share/man/|' install.sh
+	echo "${pkgdir}/usr" | ./install.sh
 }




More information about the arch-commits mailing list