summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyson Christoforo2021-11-15 10:06:32 +0000
committerGreyson Christoforo2021-11-15 10:06:32 +0000
commitf012af61a335f2d867b1be3f29e80b458d425f1e (patch)
tree5739d620b218050fe74a6a0fc7bec5e6107feb51 /PKGBUILD
parentda72ea112d1d04a65065f5fcc8997fc2fc6da046 (diff)
downloadaur-scopy-git.tar.gz
make pkgver a bit better
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 322f0b6e2753..ce46854c32f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=scopy-git
-pkgver=v0.11.r1292.g3460cd84
+pkgver=v1.3.0.rc2.r59.g3460cd84
pkgrel=1
epoch=0
pkgdesc='A software oscilloscope and signal analysis toolset'
@@ -34,7 +34,7 @@ md5sums=('SKIP'
pkgver() {
cd scopy
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {