summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38f743bc1f2b..3a62809c5411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
- pkgver = 0.3.029
+ pkgver = 0.4.027
pkgrel = 1
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = zrythm
depends = alsa-lib
depends = ffmpeg
conflicts = zrythm-git
- source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.3.029/zrythm-v0.3.029.tar.gz
+ source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.4.027/zrythm-v0.4.027.tar.gz
md5sums = 9366c277c18bf391d44e29b2107c6b1a
pkgname = zrythm
diff --git a/.gitignore b/.gitignore
index b5bc2aa573e1..90c4ad5bb35e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
pkg
src
-*.tar.xz
-*.tar.gz
+*.tar.xz*
+*.tar.gz*
diff --git a/PKGBUILD b/PKGBUILD
index 9312869a2497..63050992bff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm
-pkgver=0.3.029
+pkgver=0.4.027
pkgrel=1
pkgdesc="An highly automated, intuitive, Digital Audio Workstation (DAW)"
arch=( 'x86_64' )