summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordpellegr2018-09-18 20:48:37 +0200
committerdpellegr2018-09-18 20:48:37 +0200
commitead0fd09e93da476f39f714bcd4999c813395080 (patch)
tree8f4987d91aece3bf8794f787b05378e89a03921a /PKGBUILD
parent53e330afdc7bf575a3d772605bd47061fe2eab48 (diff)
downloadaur-freecad-cadquery-git.tar.gz
adopted and updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18a8b1ca1c57..aa5910677b39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Brice Waegeneire <brice.wge@gmail.com>
+# Maintainer: Dario Pellegrini <pellegrini.dario@gmail.com>
+# Contributor: Brice Waegeneire <brice.wge@gmail.com>
# Contributor: moeb, https://github.com/moeb
pkgname=freecad-cadquery-git
-pkgver=1.0.0.1.r5.g456f520
+pkgver=1.2.0.r32.g8062976
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="CadQuery module for freecad"
@@ -18,7 +19,7 @@ _pkgname=cadquery-freecad-module
pkgver() {
cd ${_pkgname}
- git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {