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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 15 09:31:54 UTC 2011


    Date: Saturday, October 15, 2011 @ 05:31:54
  Author: andyrtr
Revision: 140470

prepare next release

Modified:
  rhino/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-15 09:31:03 UTC (rev 140469)
+++ PKGBUILD	2011-10-15 09:31:54 UTC (rev 140470)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
@@ -2,3 +3,3 @@
 pkgname=rhino
-pkgver=1.7R2
+pkgver=1.7R3
 pkgrel=1
@@ -8,15 +9,15 @@
 arch=('any')
 url="http://www.mozilla.org/rhino/"
 license=('MPL' 'GPL2')
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R1.zip)
-md5sums=('613eed8201d37be201805e5048ebb0c3')
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino${pkgver/./_}.zip)
+md5sums=('99d94103662a8d0b571e247a77432ac5')
 
 build() {
   /bin/true
 }
 
 package() {
-  cd ${srcdir}/rhino1_7R1
+  cd ${srcdir}/rhino${pkgver/./_}
   install -m755 -d ${pkgdir}/usr/share/java
   install -m644 js.jar ${pkgdir}/usr/share/java/
 }


Property changes on: rhino/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list