summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Semkin2018-10-03 18:45:41 +0300
committerIvan Semkin2018-10-03 18:45:41 +0300
commit3481b78dab9e9847196f1adb3a9863987cee5692 (patch)
tree6e61b95901b1ef46bb4b756fcbdb24233675bc81 /PKGBUILD
parent00e1db099b6b3e34ae0854c51b92d41212e40b64 (diff)
downloadaur-cuteshapes-git.tar.gz
Fix versioning
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be77eb939e6d..3ed5532636e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cuteshapes-git
_pkgname=cuteshapes
-pkgver=3d46f69
+pkgver=r19.be3d485
pkgrel=1
pkgdesc='Live wallpapers for KDE Plasma 5 by trueleo'
url='https://github.com/trueleo/me.trueleo.cuteshapes'
@@ -14,7 +14,7 @@ sha256sums=('SKIP')
pkgver() {
cd me.trueleo.cuteshapes
- git describe --always
+ echo "r$(git rev-list --count HEAD).$(git describe --always)"
}
package() {