summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71419816b94e..694bafb28064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,7 @@
# Contributor: vitamin1980 <vitamin.novgorod @ yandex.ru>
# Contributor: Cezary Drożak <cezary at drozak.net>
+_gitname="oxygen-gtk"
pkgname=oxygen-gtk3-git
pkgver=20160429_vgtk3_1.4.1_12_g705b7
pkgrel=1
@@ -14,11 +15,9 @@ makedepends=('git' 'cmake')
conflicts=('oxygen-gtk3')
provides=('oxygen-gtk3')
options=('!strip')
-source=("git+https://invent.kde.org/plasma/oxygen-gtk.git#branch=gtk3")
+source=("git+https://invent.kde.org/plasma/$_gitname.git#branch=gtk3")
md5sums=('SKIP')
-_gitname="oxygen-gtk"
-
pkgver() {
cd "$_gitname"