summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorskydrome2016-02-17 17:24:54 -0500
committerskydrome2016-02-17 17:24:54 -0500
commit54e7af31d1a592620a17afad27a7a9b1f67e470e (patch)
tree68543a26d9f7d367cd8de1b7fb4d9608659e4b93 /PKGBUILD
parent1669698b847f528b269d82a9f621ba5fafaae518 (diff)
downloadaur-54e7af31d1a592620a17afad27a7a9b1f67e470e.tar.gz
versioned releases for all
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 974fc896adc6..c2fff2ecd2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,10 @@
# Contributors:
_fred=#tag=build01470
-#_fred=#branch=next
+_contrib=#tag=v50
_wot=#tag=build0018
+_keyutils=#tag=v5025
+_upnp=#tag=10007
pkgname=freenet
pkgver=0.7.5.1470
@@ -47,9 +49,9 @@ noextract=('lzma465.tar.bz2'
# here we have only java-commons-compress coming prebuilt by
# the freenetproject, the rest we build ourselves
source=("git+https://github.com/freenet/fred.git${_fred}"
- "git+https://github.com/freenet/contrib.git"
- "git+https://github.com/freenet/plugin-UPnP.git"
- "git+https://github.com/freenet/plugin-KeyUtils.git"
+ "git+https://github.com/freenet/contrib.git${_contrib}"
+ "git+https://github.com/freenet/plugin-UPnP.git${_upnp}"
+ "git+https://github.com/freenet/plugin-KeyUtils.git${_keyutils}"
"git+https://github.com/freenet/plugin-WebOfTrust.git${_wot}"
"${url}/alpha/opennet/seednodes.fref"
"IpToCountry.dat::http://software77.net/geo-ip/?DL=4"