summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46d6011ab66d..e46ea6846dcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=arcint-gtk-theme
_pkgname=arcint-theme
pkgdesc="My own version of horst3180's Arc theme"
-pkgver=1.0
+pkgver=20180915
pkgrel=1
provides=("arcint-gtk-theme")
conflicts=("arcint-gtk-theme-git")
@@ -14,7 +14,7 @@ optdepends=("gnome-themes-standard: for gtk2 themes")
makedepends=("git" "gtk3" "sassc" "optipng" "inkscape")
prepare() {
- git clone --branch ${pkgver} --depth 1 ${url}
+ git clone --branch ${pkgver} --depth 1 "${url}.git"
}
build() {