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

Eric Belanger eric at archlinux.org
Sun Aug 17 04:13:38 UTC 2008


    Date: Sunday, August 17, 2008 @ 00:13:38
  Author: eric
Revision: 9141

adding md5sums

Modified:
  j/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 04:11:29 UTC (rev 9140)
+++ PKGBUILD	2008-08-17 04:13:38 UTC (rev 9141)
@@ -6,11 +6,12 @@
 pkgver=0.21.0
 pkgrel=1
 pkgdesc="Text editor written in java"
+arch=('i686' 'x86_64')
 url="http://www.armedbear.org"
 depends=('j2sdk' 'bash' 'clisp')
+source=(http://downloads.sourceforge.net/sourceforge/armedbear-j/$pkgname-$pkgver.tar.gz)
+md5sums=('5fac1a1788722ad0db7b6aa6c3fb8b7f')
 
-source=(http://belnet.dl.sourceforge.net/sourceforge/armedbear-j/$pkgname-$pkgver.tar.gz)
-
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --with-jdk=/opt/java/




More information about the arch-commits mailing list