summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-04-04 14:09:01 +0100
committerAlexandros Theodotou2019-04-04 14:09:01 +0100
commit0841644b19b0ea1937d8df19e729076bf14d45d6 (patch)
treebb072ba7d51f9a84be299637f98a5829802ed4c8
parente7b86dfe07d3e3f169a0321af9f50e8d9b81a38c (diff)
downloadaur-0841644b19b0ea1937d8df19e729076bf14d45d6.tar.gz
bump to 0.3.006
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de5609ca4486..1f741c9d1b34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
- pkgver = 0.3.000
+ pkgver = 0.3.006
pkgrel = 1
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = zrythm
depends = portaudio
depends = libsamplerate
conflicts = zrythm-git
- source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.3.000/zrythm-v0.3.000.tar.gz
- md5sums = d04d2be7ec13ec12126b94dced7577a8
+ source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.3.006/zrythm-v0.3.006.tar.gz
+ md5sums = defb76859be0a2233a5e487e42753756
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index ed3e771e902a..2befd0fd6955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm
-pkgver=0.3.000
+pkgver=0.3.006
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' 'libtool')
conflicts=( 'zrythm-git' )
source=( "https://git.zrythm.org/zrythm/${pkgname}/-/archive/v$pkgver/${pkgname}-v$pkgver.tar.gz" )
-md5sums=( 'd04d2be7ec13ec12126b94dced7577a8' )
+md5sums=( 'defb76859be0a2233a5e487e42753756' )
rootdir="${pkgname}-v${pkgver}"