summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-06-22 09:38:42 +0100
committerAlexandros Theodotou2019-06-22 09:38:42 +0100
commita84cf449af82122fe2559a8e91993750ed4da6af (patch)
treeb0dd120ea76580125d70410713e5c1d06ee291ba
parent36549c82837a1c478f252c8006c47348836232b1 (diff)
downloadaur-a84cf449af82122fe2559a8e91993750ed4da6af.tar.gz
bump ver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e6b118f93a9..7d7c483429a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
- pkgver = 0.5.074
+ pkgver = 0.5.097
pkgrel = 1
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
@@ -25,8 +25,8 @@ pkgbase = zrythm
depends = ladspa
depends = fftw
conflicts = zrythm-git
- source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.5.074/zrythm-v0.5.074.tar.gz
- md5sums = 5473ad347d415627170bb7deb9a9c6fc
+ source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.5.097/zrythm-v0.5.097.tar.gz
+ md5sums = 5ee0d5ad295a39d46402f01aeecf9657
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index f045586452cc..e9825b1e8c32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm
-pkgver=0.5.074
+pkgver=0.5.097
pkgrel=1
pkgdesc="An highly automated, intuitive, Digital Audio Workstation (DAW)"
arch=( 'x86_64' )
@@ -14,7 +14,7 @@ makedepends=('python' 'gettext' 'sed'
'meson' 'ninja')
conflicts=( 'zrythm-git' )
source=( "https://git.zrythm.org/zrythm/${pkgname}/-/archive/v$pkgver/${pkgname}-v$pkgver.tar.gz" )
-md5sums=( '5473ad347d415627170bb7deb9a9c6fc' )
+md5sums=( '5ee0d5ad295a39d46402f01aeecf9657' )
rootdir="${pkgname}-v${pkgver}"