summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Joram2017-03-16 13:01:43 +0100
committerPhilipp Joram2017-03-16 13:01:43 +0100
commit4a8062e3728c2cc62f63c781a06f482fc88816dd (patch)
tree19d90bcac75196760b5081f933c53bcb37b852b6
parent4ed34e08209dbf1c959fd6ad676ce9c75bc26ca9 (diff)
downloadaur-cutentr-git.tar.gz
Fix pkgver and bump version
* `--tags` does not ignore 'lightweight tags'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1c262d8cbb2..c5955a5fbbd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 27 19:26:26 UTC 2017
+# Thu Mar 16 11:59:48 UTC 2017
pkgbase = cutentr-git
pkgdesc = POC Qt 3DS streaming client for NTR CFW
- pkgver = 0.1.1.r8.gb73f714
+ pkgver = 0.3.1.r14.ge6c92e7
pkgrel = 1
url = https://gitlab.com/BoltsJ/cuteNTR
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f1c6e969741b..247b6e4d5689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Joram <mail AT phijor DOT me>
pkgname=cutentr-git
-pkgver=0.1.1.r8.gb73f714
+pkgver=0.3.1.r14.ge6c92e7
pkgrel=1
pkgdesc="POC Qt 3DS streaming client for NTR CFW"
arch=('x86_64')
@@ -14,7 +14,7 @@ md5sums=('SKIP')
pkgver() {
cd "${pkgname}"
- git describe --always --long | sed 's/^v//; s/\([^-]*-g\)/r\1/; s/-/./g'
+ git describe --tags --always --long | sed 's/\([^-]*-g\)/r\1/; s/-/./g'
}
build() {