summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaik Kulbe2015-09-09 18:20:51 +0200
committerMaik Kulbe2015-09-09 18:20:51 +0200
commit80574a491a4d27eb241f37c9bfeb43c4db4c39b2 (patch)
tree1478be937c10406764b98d0e90d082cc5ab0fab7 /PKGBUILD
parentd1acdadb898bce79baa8cd487d824ac405fdb691 (diff)
downloadaur-80574a491a4d27eb241f37c9bfeb43c4db4c39b2.tar.gz
Simplified source url parameter to variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0decb132cf20..f840fd9f3eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _electron_version=0.30.2
_platform=ia32
[[ $CARCH == 'x86_64' ]] && _arch='x64' || _arch='ia32'
-source=("yakyak::git+https://github.com/yakyak/yakyak#branch=master"
+source=("${pkgname%-git}::git+https://github.com/yakyak/yakyak#branch=master"
"yakyak.desktop")
source_i686=("https://github.com/atom/electron/releases/download/v${_electron_version}/electron-v${_electron_version}-linux-ia32.zip")
source_x86_64=("https://github.com/atom/electron/releases/download/v${_electron_version}/electron-v${_electron_version}-linux-x64.zip")