summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorskydrome2015-08-16 19:03:48 -0400
committerskydrome2015-08-16 19:03:48 -0400
commita9ffa7d49454d841cddbdbe7438298407e867b68 (patch)
treeed4c0468b666de74162e67d5825e9e31db612118 /PKGBUILD
parent9bdb3e36449bdb77e2ec8696121aa24f4f289e55 (diff)
downloadaur-a9ffa7d49454d841cddbdbe7438298407e867b68.tar.gz
revert version bump till known to be stable
db corruption is always a possibility
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2972f2601eb6..8c8151a3ea6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributors:
#
-_fred=#tag=build01470
+_fred=#tag=build01469
#_fred=#tag=testing-build-1469-pre2
#_fred=#branch=next
-#_wot=#tag=build0016
-_wot=#branch=next
+_wot=#commit=c4435c
+#_wot=#branch=next
_plugins=('WebOfTrust' 'JSTUN' 'UPnP' 'KeyUtils')
pkgname=freenet
-pkgver=0.7.5.1470
-pkgrel=1
+pkgver=0.7.5.1469
+pkgrel=3
epoch=1
_pkgver=0.7.5
pkgdesc="An encrypted network without censorship"
@@ -244,8 +244,8 @@ build_plugins() {
ant dist \
-Dfreenet-cvs-snapshot.location=../fred/dist/freenet.jar \
-Dfreenet-ext.location=../contrib/freenet-ext/dist/freenet-ext.jar \
- -Djunit.location=/usr/share/java/junit.jar -Dtest.skip=true \
- -Djavac.target.version=1.7 -Dtarget-version=1.7
+ -Djunit.location=/usr/share/java/junit.jar \
+ -Dtest.skip=true
done
}