summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b179178d5de4..09f934cd106d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,11 @@
# Maintainer: Raymond W. Ko <raymond.w.ko@gmail.com>
-pkgname=gtk-theme-clearlooks-flat-compact
+pkgname=gtk-theme-clearlooks-flat-compact-git
pkgver=r17.e115648
pkgrel=1
pkgdesc="Clearlooks-flat-compact theme for GTK2, GTK3, metacity, and openbox"
+provides=("gtk-theme-clearlooks-flat-compact")
+conflicts=("gtk-theme-clearlooks-flat-compact")
arch=('any')
url="https://github.com/linvinus/Clearlooks-flat-compact"
license=('GPL')
@@ -11,7 +13,7 @@ makedepends=('git')
# The git repo is detected by the 'git:' or 'git+' beginning.
#source=('git+https://github.com/falconindy/expac.git'
# The repo is cloned into '$pkgname' (optional).
-source=("$pkgname"::'git://github.com/linvinus/Clearlooks-flat-compact')
+source=("$pkgname"::'git+https://github.com/linvinus/Clearlooks-flat-compact')
# Because the sources are not static, skip Git checksum:
md5sums=('SKIP')