summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2015-08-30 15:12:37 +0300
committervlad2015-08-30 15:12:37 +0300
commit6f3348c0ffb6d029a3a8ea60fbb5717efc9c04a4 (patch)
treea1c350111a3eeea5675a69599fa0292680a1d71e
parentca2f49932cd59aa2f4e1208534bf61e038c9a0ab (diff)
downloadaur-6f3348c0ffb6d029a3a8ea60fbb5717efc9c04a4.tar.gz
fix _gitname
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ec233c243ba..8e0dd8acfbec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,8 @@ depends=('alsa-lib'
optdepends=('net-tools: vpn.ht client')
options=('!strip')
install="popcorntime.install"
-_gitname=desktop.git
+_commit_hash="4ccb1c0f8fb6f8ed2c0a7974af058786f74bbc69"
+_gitname="desktop-${_pkgver}-${_commit_hash}"
_nw_ver=0.12.1
_platform=linux64