summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 354c7d3607b5..23f39dfd1e1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gtk-arc-flatabulous-theme-git
pkgdesc = Arc theme with Flatabulous window controls.
- pkgver = r709.1b1b7c9
+ pkgver = 20180201.r0.g0492475
pkgrel = 1
url = https://github.com/andreisergiu98/arc-flatabulous-theme
arch = any
license = GPL3
makedepends = git
makedepends = gtk3
+ makedepends = sassc
optdepends = gtk-engine-murrine: for gtk2 themes
optdepends = gnome-themes-standard: for gtk2 themes
optdepends = arc-icon-theme: recommended icon theme
diff --git a/PKGBUILD b/PKGBUILD
index b00463f5e6ae..140c170993fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=gtk-arc-flatabulous-theme-git
_pkgname=arc-flatabulous-theme
-pkgver=r709.1b1b7c9
+pkgver=20180201.r0.g0492475
pkgrel=1
pkgdesc="Arc theme with Flatabulous window controls."
arch=('any')
url="https://github.com/andreisergiu98/${_pkgname}"
license=('GPL3')
-makedepends=('git' 'gtk3')
+makedepends=('git' 'gtk3' 'sassc')
optdepends=('gtk-engine-murrine: for gtk2 themes'
'gnome-themes-standard: for gtk2 themes'
'arc-icon-theme: recommended icon theme'
@@ -22,7 +22,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {