summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-09-26 19:09:27 -0400
committerPatrick Northon2023-09-26 19:09:27 -0400
commit2da69d5453485746fad5e49c7b8e0df30abd2121 (patch)
tree8036d719eabc30b51c09e3bee4324a2907d133db /PKGBUILD
parent178ad3376c3fc2e21221f081b425d8b175e74b4d (diff)
downloadaur-solarized-colors-iconpack-git.tar.gz
Add --abbrev=7 to pkgver().
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f92d3f3eaf8..ff5bb78d2877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jouni Rinne <l33tmmx swirlything gmail dot com>
pkgname=solarized-colors-iconpack-git
-pkgver=1.0.r112.g623ad87261
+pkgver=1.0.r112.g623ad87
pkgrel=1
pkgdesc="A set of solarized-colored icons"
arch=('any')
@@ -15,7 +15,7 @@ options=(!strip)
pkgver() {
cd ${srcdir}/rtl88-Themes
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --abbrev=7 --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {