summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-02-27 21:11:26 -0500
committerTony Lambiris2019-02-27 21:11:26 -0500
commit189a226fcf928b04086638e710969349f794ed2f (patch)
tree0f9981ed0b1ef3ab86aa2b7636bbe227007ab65a
parent0aa1e486b3b56a9e50dfa6b457a1abba3c10bf74 (diff)
downloadaur-189a226fcf928b04086638e710969349f794ed2f.tar.gz
Version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e939f771f861..24aee6f1ffa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ant-theme-git
pkgdesc = A flat and light theme with a modern look
- pkgver = 58.4985558
- pkgrel = 1
+ pkgver = r58.4985558
+ pkgrel = 2
url = https://github.com/EliverLara/Ant
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 64531477bffa..24ce9016fcbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=ant-theme-git
_pkgname=Ant
-pkgver=58.4985558
-pkgrel=1
+pkgver=r58.4985558
+pkgrel=2
pkgdesc="A flat and light theme with a modern look"
arch=("any")
url="https://github.com/EliverLara/${_pkgname}"
@@ -18,7 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"
- 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() {