summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2023-11-28 19:30:20 -0500
committerEthan Kerrick2023-11-28 19:30:20 -0500
commitba8615c290ef750ded70fe59f9104217d66c28f5 (patch)
tree22174292cdb963578139c584751ab7fcfe861059
parenta6e9ea6e2bc21564d68b9d31f43cb7e19cd0dfe0 (diff)
downloadaur-zrythm-git.tar.gz
changed pkgversion scheme
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a99442e26547..355be6494961 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = zrythm-git
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = 1.0.0.beta.4.13.31.r0.g5cf78f5a3
+ pkgver = 4.13.31.r9.g472e168fc
pkgrel = 1
- epoch = 1
+ epoch = 2
url = https://www.zrythm.org
arch = x86_64
arch = i686
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() {