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

Travis Willard travis at archlinux.org
Sun Apr 29 18:25:52 UTC 2007


    Date: Sunday, April 29, 2007 @ 14:25:52
  Author: travis
    Path: /home/cvs-extra/extra/system/arj

Modified: PKGBUILD (1.2 -> 1.3)

Reorganize PKGBUILD to more closely match format of PKGBUILD.proto


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


Index: extra/system/arj/PKGBUILD
diff -u extra/system/arj/PKGBUILD:1.2 extra/system/arj/PKGBUILD:1.3
--- extra/system/arj/PKGBUILD:1.2	Sat Mar 17 19:41:34 2007
+++ extra/system/arj/PKGBUILD	Sun Apr 29 14:25:52 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.2 2007/03/17 23:41:34 andyrtr Exp $
+# $Id: PKGBUILD,v 1.3 2007/04/29 18:25:52 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: Gergely Tamas <dice at mfa.kfki.hu>
 
@@ -6,9 +6,9 @@
 pkgver=3.10.22
 pkgrel=4
 pkgdesc="Free and portable clone of the ARJ archiver"
-url="http://arj.sourceforge.net/"
 arch=('i686')
-license=("GPL")
+url="http://arj.sourceforge.net/"
+license=('GPL')
 depends=('glibc')
 makedepends=('autoconf')
 source=(http://downloads.sourceforge.net/sourceforge/arj/$pkgname-$pkgver.tar.gz \
@@ -35,11 +35,12 @@
   # Install!
   make DESTDIR=$startdir/pkg install
 }
+
 md5sums=('f263bf3cf6d42a8b7e85b4fb514336d3'
-	  '550bc972d825036f17f202a2b11b35c2'
-	  '395dfa8cc500ffae648777f8f241be88'
-	  '56b3cf96ec485b0d824761457417fcc0')
+         '550bc972d825036f17f202a2b11b35c2'
+         '395dfa8cc500ffae648777f8f241be88'
+         '56b3cf96ec485b0d824761457417fcc0')
 sha1sums=('e8470f480e9eee14906e5485a8898e5c24738c8b'
-	  '7f8904f8c89bacbbeec8c431d627efbb8da2f259'
-	  '919a3c02a1e039803502c21175d69f7703d13026'
-	  'd506338e34b40ef5cac6ec14c858fd651a354aaf')
+         '7f8904f8c89bacbbeec8c431d627efbb8da2f259'
+         '919a3c02a1e039803502c21175d69f7703d13026'
+         'd506338e34b40ef5cac6ec14c858fd651a354aaf')




More information about the arch-commits mailing list