summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2015-07-15 00:13:51 -0300
committerPablo Lezaeta Reyes2015-07-15 00:13:51 -0300
commit0abc9d8f61bb91a1a8e63ef3af018513c5397eb3 (patch)
tree8e789adb69055c8b9db5f48dbea907b6c52d36fd
parent835e96920e89d33c1b10cb5b6c949050727458d4 (diff)
downloadaur-0abc9d8f61bb91a1a8e63ef3af018513c5397eb3.tar.gz
fix
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bee5cc2e6a73..ac5480f906f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = xfce-theme-greybird-git
provides = xfce-theme-greybird
conflicts = xfce-theme-greybird
options = !strip
- source = git://github.com/shimmerproject/Greybird.git
+ source = Greybird::git://github.com/shimmerproject/Greybird.git
md5sums = SKIP
pkgname = xfce-theme-greybird-git
diff --git a/PKGBUILD b/PKGBUILD
index 7cd4cd3480dc..b146ef610b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,11 +19,11 @@ optdepends=('elementary-xfce-icons: matching icon theme'
provides=('xfce-theme-greybird')
conflicts=('xfce-theme-greybird')
options=('!strip')
-source=('git://github.com/shimmerproject/Greybird.git')
+source=('Greybird::git://github.com/shimmerproject/Greybird.git')
md5sums=('SKIP')
pkgver() {
- cd "$srcdir/Greybird"
+ cd "Greybird"
echo $(git describe --always --abbrev=0).r$(git rev-list --count master) | sed 's|-|.|g' | sed 's|v||g'
}