summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatric Schmitz2016-02-23 10:42:58 +0100
committerPatric Schmitz2016-02-23 10:42:58 +0100
commit39d77e49be846876e0759fc12a797101a214b94d (patch)
tree5feae97ce6616022633767c07c9dc26e38fd2a8b
parent4a425bd1264ecfeb8fe002f440fed04b4e557e8b (diff)
downloadaur-39d77e49be846876e0759fc12a797101a214b94d.tar.gz
update download url, unzip without prompt
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32f8b4827e26..f085c92710ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Feb 23 09:42:11 UTC 2016
pkgbase = synergy-1.6
pkgdesc = Synergy upstream 1.6 branch. 1.7.x is very unstable on Linux.
pkgver = 1.6.3
@@ -15,7 +17,7 @@ pkgbase = synergy-1.6
optdepends = openssl: encryption support
provides = synergy
conflicts = synergy
- source = https://github.com/synergy/synergy/archive/1.6.3-final.tar.gz
+ source = https://github.com/symless/synergy/archive/1.6.3-final.tar.gz
source = synergys_at.socket
source = synergys_at.service
source = missing-include-fix.patch
diff --git a/PKGBUILD b/PKGBUILD
index e6cbba7fcf1e..6a40213b97fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ optdepends=(
)
license=('GPL2')
source=(
- "https://github.com/synergy/synergy/archive/1.6.3-final.tar.gz"
+ "https://github.com/symless/synergy/archive/1.6.3-final.tar.gz"
"${_pkgname}s_at.socket"
"${_pkgname}s_at.service"
'missing-include-fix.patch'
@@ -35,9 +35,9 @@ prepare() {
patch -p1 < ../missing-include-fix.patch
cd ext
- unzip gmock-1.6.0.zip -d gmock-1.6.0
- unzip gtest-1.6.0.zip -d gtest-1.6.0
- unzip cryptopp562.zip -d cryptopp562
+ unzip -o gmock-1.6.0.zip -d gmock-1.6.0
+ unzip -o gtest-1.6.0.zip -d gtest-1.6.0
+ unzip -o cryptopp562.zip -d cryptopp562
}
build() {