summarylogtreecommitdiffstats
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
parent95bc3cc276e7715cc6a3a7e9ffdeacf7be221cdc (diff)
downloadaur-c3cc0b8a820d5456c6f99af6421e84150be0f0c8.tar.gz
Updated pkgver() function to comply with upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45500b8b8980..9aa00403fceb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 7 04:50:39 UTC 2017
+# Thu Feb 9 01:11:51 UTC 2017
pkgbase = camotics-git
pkgdesc = 3-axis NC machining simulation software
- pkgver = 1.0.6.r143.g9460571
+ pkgver = 1.1.0.r0.g9460571
pkgrel = 1
url = http://camotics.org/
arch = i686
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() {