summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2015-08-16 19:03:48 -0400
committerskydrome2015-08-16 19:03:48 -0400
commita9ffa7d49454d841cddbdbe7438298407e867b68 (patch)
treeed4c0468b666de74162e67d5825e9e31db612118
parent9bdb3e36449bdb77e2ec8696121aa24f4f289e55 (diff)
downloadaur-a9ffa7d49454d841cddbdbe7438298407e867b68.tar.gz
revert version bump till known to be stable
db corruption is always a possibility
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f6a5ba6a490..0964a1a97b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freenet
pkgdesc = An encrypted network without censorship
- pkgver = 0.7.5.1470
- pkgrel = 1
+ pkgver = 0.7.5.1469
+ pkgrel = 3
epoch = 1
url = https://downloads.freenetproject.org
install = freenet.install
@@ -25,12 +25,12 @@ pkgbase = freenet
noextract = commons-compress.jar
backup = opt/freenet/wrapper.config
backup = opt/freenet/conf/freenet.ini
- source = git+https://github.com/freenet/fred.git#tag=build01470
+ source = git+https://github.com/freenet/fred.git#tag=build01469
source = git+https://github.com/freenet/contrib.git
source = git+https://github.com/freenet/plugin-JSTUN.git
source = git+https://github.com/freenet/plugin-UPnP.git
source = git+https://github.com/freenet/plugin-KeyUtils.git
- source = git+https://github.com/freenet/plugin-WebOfTrust.git#branch=next
+ source = git+https://github.com/freenet/plugin-WebOfTrust.git#commit=c4435c
source = https://downloads.freenetproject.org/alpha/opennet/seednodes.fref
source = https://downloads.freenetproject.org/contrib/jar/latest/commons-compress.jar
source = https://raw.githubusercontent.com/i2p/i2p.i2p/master/core/c/jcpuid/src/jcpuid.c
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
}