summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Kerrick2023-11-28 19:30:20 -0500
committerEthan Kerrick2023-11-28 19:30:20 -0500
commitba8615c290ef750ded70fe59f9104217d66c28f5 (patch)
tree22174292cdb963578139c584751ab7fcfe861059 /PKGBUILD
parenta6e9ea6e2bc21564d68b9d31f43cb7e19cd0dfe0 (diff)
downloadaur-zrythm-git.tar.gz
changed pkgversion scheme
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9bf3cb8ad844..1f26659eb1a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Elijah Gregg <lovetocode999@ctrl-c.club>
# Contributor: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm-git
-pkgver=1.0.0.beta.4.13.31.r0.g5cf78f5a3
+pkgver=4.13.31.r9.g472e168fc
pkgrel=1
-epoch=1
+epoch=2
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
url="https://www.zrythm.org"
@@ -28,8 +28,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"
-
- git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v1.0.0.beta.//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {