summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-06-14 23:56:52 +0100
committerAlexandros Theodotou2019-06-14 23:56:52 +0100
commit36549c82837a1c478f252c8006c47348836232b1 (patch)
treeb6362809d6d7c9a4c55ff4817c1ad31444d1b87b
parent54e4a2107691cd644e0c8a7e09eea4eb61e7df3c (diff)
downloadaur-36549c82837a1c478f252c8006c47348836232b1.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 b5b8ca805cfe..4e6b118f93a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
- pkgver = 0.5.007
+ pkgver = 0.5.074
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.007/zrythm-v0.5.007.tar.gz
- md5sums = 0f54a1b6228373841078331dd345f25a
+ source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.5.074/zrythm-v0.5.074.tar.gz
+ md5sums = 5473ad347d415627170bb7deb9a9c6fc
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index f0c6dfa6227a..f045586452cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm
-pkgver=0.5.007
+pkgver=0.5.074
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=( '0f54a1b6228373841078331dd345f25a' )
+md5sums=( '5473ad347d415627170bb7deb9a9c6fc' )
rootdir="${pkgname}-v${pkgver}"