summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-05-12 21:44:45 +0100
committerAlexandros Theodotou2019-05-12 21:44:45 +0100
commita315a5cea28d86b5dfa6191b8cdb83be7f9ae8d5 (patch)
tree15e59939a85862a6a7da7515dba65573dacb79fe
parentd83beeec8095cc4770e0f76862dca6ae5f210ae1 (diff)
downloadaur-a315a5cea28d86b5dfa6191b8cdb83be7f9ae8d5.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 bb9b3dbef8e4..9d5c55859852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
- pkgver = 0.4.053
+ pkgver = 0.4.151
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.4.053/zrythm-v0.4.053.tar.gz
- md5sums = 573b3501859ba8b5361c01a83d17b23d
+ source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.4.151/zrythm-v0.4.151.tar.gz
+ md5sums = 5eebcbb84df1ad1d8c79f3fb94e87cec
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index e27e193c8e6d..de40905f9b3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm
-pkgver=0.4.053
+pkgver=0.4.151
pkgrel=1
pkgdesc="An highly automated, intuitive, Digital Audio Workstation (DAW)"
arch=( 'x86_64' )
@@ -13,7 +13,7 @@ depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack'
makedepends=('python' 'gettext' 'sed' 'libtool')
conflicts=( 'zrythm-git' )
source=( "https://git.zrythm.org/zrythm/${pkgname}/-/archive/v$pkgver/${pkgname}-v$pkgver.tar.gz" )
-md5sums=( '573b3501859ba8b5361c01a83d17b23d' )
+md5sums=( '5eebcbb84df1ad1d8c79f3fb94e87cec' )
rootdir="${pkgname}-v${pkgver}"