summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Durand2017-11-16 22:51:51 -0500
committerBob Durand2017-11-16 22:51:51 -0500
commitff96d55da4d414fdbde7d7dab638793ea1c23029 (patch)
treebfa6f98d6d55d96a6fda873f1c90f7ea1cb51306
parent5a8dbf4289c0bf3e6716a39af6ef03d5ab251854 (diff)
downloadaur-ff96d55da4d414fdbde7d7dab638793ea1c23029.tar.gz
Update the package version thanks to eduardosm
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b75827d98616..8f7ac67d73dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dmidge <quelque_ri1 at caramail point fr>
pkgname=ktechlab-git
-pkgver=0.3.7.r1747d071
-pkgrel=2
+pkgver=0.3.7.rv0.40.0.r8.g34b41aa3
+pkgrel=3
pkgdesc="KTechLab is an IDE for microcontrollers and electronics. It supports circuit simulation, program development for microcontrollers and simulating the programmed microcontroller together with its application circuit."
arch=('x86_64' 'i686')
url="https://github.com/ktechlab/ktechlab"
@@ -16,7 +16,7 @@ md5sums=('SKIP'
pkgver() {
cd ktechlab
- echo "0.3.7.r`git describe --always`"
+ echo "0.3.7.r`git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'`"
}
#prepare() {