summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc6fb8d0b9e..13f217a93724 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
- pkgver = 0.2.042
+ pkgver = 0.2.046
pkgrel = 1
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = zrythm
depends = portaudio
depends = libsamplerate
conflicts = zrythm-git
- source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.2.042/zrythm-v0.2.042.tar.gz
- md5sums = 2719f415455cc67f04bef9df6eb31698
+ source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.2.046/zrythm-v0.2.046.tar.gz
+ md5sums = 9873c6f8c63857e4eb8b0478f67bdd76
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 489055d97c46..3a95e2abad86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm
-pkgver=0.2.042
+pkgver=0.2.046
pkgrel=1
pkgdesc="An highly automated, intuitive, Digital Audio Workstation (DAW)"
arch=( 'x86_64' )
@@ -11,7 +11,7 @@ depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack' 'libsndfile' 'libyaml' 'gettext'
makedepends=('python' 'gettext' 'sed')
conflicts=( 'zrythm-git' )
source=( "https://git.zrythm.org/zrythm/${pkgname}/-/archive/v$pkgver/${pkgname}-v$pkgver.tar.gz" )
-md5sums=( '2719f415455cc67f04bef9df6eb31698' )
+md5sums=( '9873c6f8c63857e4eb8b0478f67bdd76' )
rootdir="${pkgname}-v${pkgver}"