summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-07-12 20:13:22 -0400
committerYour Name2018-07-12 20:13:22 -0400
commita88cb762823a2dd5ea50bddce08ba38d07a12888 (patch)
tree0232c3696570334680cbcde42c823e9e401e842b
parent7398d71b8534a3661b3eec25cc6f58b42f35dc6e (diff)
downloadaur-a88cb762823a2dd5ea50bddce08ba38d07a12888.tar.gz
fix warning
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6d563ee8936..ef753b56f2e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jul 10 16:48:17 UTC 2018
+# Fri Jul 13 00:13:19 UTC 2018
pkgbase = freenet
pkgdesc = An encrypted network without censorship
pkgver = 0.7.5.1481
diff --git a/PKGBUILD b/PKGBUILD
index c1dd7e14a298..8c1c0367655f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,6 +58,8 @@ prepare() {
ln -sf "$srcdir/gradle.properties" .
sed -i "$srcdir/plugin-UPnP/build.xml" \
-e 's:value="1.5":value="1.8":'
+ sed -i "$srcdir/plugin-KeyUtils/build.xml" \
+ -e 's:value="1.6":value="1.8":'
}
build() {