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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jun 11 18:28:28 UTC 2010


    Date: Friday, June 11, 2010 @ 14:28:28
  Author: andyrtr
Revision: 82489

upgpkg: hsqldb-java 1.8.0.10-1
we are forced to downgrade because OOo 3.2.x base is broken with anything more recent

Modified:
  hsqldb-java/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-11 13:46:15 UTC (rev 82488)
+++ PKGBUILD	2010-06-11 18:28:28 UTC (rev 82489)
@@ -3,7 +3,7 @@
 # Contributor: Andrew Wright <andreww at photism.org>
 
 pkgname=hsqldb-java
-pkgver=1.8.1.2
+pkgver=1.8.0.10
 pkgrel=1
 pkgdesc="HSQLDB Java libraries"
 arch=('any')
@@ -11,8 +11,11 @@
 makedepends=('openjdk6' 'unzip' 'apache-ant')
 source=(http://downloads.sourceforge.net/sourceforge/hsqldb/hsqldb_${pkgver//./_}.zip)
 url="http://hsqldb.org/"
-md5sums=('ceebfcb9eedc8f8e1ab9ce84cd3b6181')
+md5sums=('17410483b5b5f267aa18b7e00b65e6e0')
 
+# we are forced to downgrad because OOo doesn't work with anything more recent
+options=('force')
+
 build() {
   [ -z "${JAVA_HOME}" ] && . /etc/profile.d/openjdk6.sh
   [ -z "${ANT_HOME}" ] && . /etc/profile.d/apache-ant.sh




More information about the arch-commits mailing list