summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2018-07-12 20:13:22 -0400
committerYour Name2018-07-12 20:13:22 -0400
commita88cb762823a2dd5ea50bddce08ba38d07a12888 (patch)
tree0232c3696570334680cbcde42c823e9e401e842b /PKGBUILD
parent7398d71b8534a3661b3eec25cc6f58b42f35dc6e (diff)
downloadaur-a88cb762823a2dd5ea50bddce08ba38d07a12888.tar.gz
fix warning
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
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() {