summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Moine2017-09-26 20:38:58 +0200
committerAlexandre Moine2017-09-26 20:38:58 +0200
commit214c0c9d867ecb9a297385afa8626073b180bbdc (patch)
treea9d8ec9bc1daaa1c51198c088f01bd28e8a5871c
parent15649544a4b265907e4f0a4bbe0b8aac0ffcd83b (diff)
downloadaur-214c0c9d867ecb9a297385afa8626073b180bbdc.tar.gz
Use right tag version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de189b92c3cf..3d922825d6eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk-theme-arc-grey-git
pkgdesc = A flat, grey theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell. Latest commit from the master branch on Github.
- pkgver = 605.4cb45e6
+ pkgver = r727.ac2e88f
pkgrel = 1
url = https://github.com/eti1337/arc-grey-theme
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c3f1f0da6b8d..7b7a8d8b6b8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Étienne Baritaud Figueroa
+# Maintainer: Alexandre Moine: nobrakal <zach {at} cthugha {dot} org>
+# Contributor: Étienne Baritaud Figueroa
# Contributor: zach <zach {at} zach-adams {dot} com>
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de
pkgname=gtk-theme-arc-grey-git
_pkgname=arc-grey-theme
_pkgauthor=eti1337
-pkgver=605.4cb45e6
+pkgver=r727.ac2e88f
pkgrel=1
pkgdesc="A flat, grey theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell. Latest commit from the master branch on Github."
arch=('any')
@@ -20,7 +21,8 @@ provides=('gtk-theme-arc-grey')
pkgver() {
cd "${srcdir}/${_pkgname}"
- echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ # echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {