freeplane: update to 1.6.8.
This commit is contained in:
parent
5cddf2d933
commit
e2d9976d98
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'freeplane'
|
||||
pkgname=freeplane
|
||||
version=1.6.7
|
||||
version=1.6.8
|
||||
revision=1
|
||||
noarch=yes
|
||||
hostmakedepends="apache-ant openjdk unzip gradle"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="GPL-2"
|
||||
homepage="http://freeplane.sourceforge.net/"
|
||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname%20stable/${pkgname}_src-$version.tar.gz"
|
||||
checksum=3137cae7371d39db2b02efbf33d7cc6b2cfc07921c71cdcc7fb4cd7525f64af4
|
||||
checksum=c618df41fddce6388dfefd458bed092dbc498b02d40b4521532e61dfcb0e427e
|
||||
|
||||
make_dirs="
|
||||
/usr/share/freeplane/fwdir/condperm/ 755 root root
|
||||
|
@ -20,7 +20,7 @@ do_build() {
|
|||
. /etc/profile.d/apache-ant.sh
|
||||
. /etc/profile.d/10_openjdk.sh
|
||||
|
||||
gradle binZip -x test
|
||||
gradle format_translation binZip -x test
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue