summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin R. St-Amant2017-02-08 19:13:09 -0600
committerJustin R. St-Amant2017-02-08 19:13:09 -0600
commitc3cc0b8a820d5456c6f99af6421e84150be0f0c8 (patch)
treeccd22d87ab735fe3801434d8a37eab8b80c2b829 /PKGBUILD
parent95bc3cc276e7715cc6a3a7e9ffdeacf7be221cdc (diff)
downloadaur-c3cc0b8a820d5456c6f99af6421e84150be0f0c8.tar.gz
Updated pkgver() function to comply with upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 310ad9ce86de..116e7159c1f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin R. St-Amant <jstamant24 at gmail dot com>
pkgname=camotics-git
-pkgver=1.0.6.r143.g9460571
+pkgver=1.1.0.r0.g9460571
pkgrel=1
pkgdesc="3-axis NC machining simulation software"
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ md5sums=('SKIP' 'bca9df64570c6c6e6773e8428e27cfb8')
pkgver() {
cd "$srcdir/$pkgname"
- git describe --long --tags | sed 's/^v//;s/-/.r/;s/-/./'
+ git describe --long --tags | sed 's/-debug-/.r/;s/-/./'
}
build() {