summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-03-28 15:15:53 +0000
committerAlexandros Theodotou2019-03-28 15:15:53 +0000
commit7bd6391f219f3256b6478ed1ad1920a8c14bea2b (patch)
tree8b5021aaf502904c595e56a850932d02a8c9147f /PKGBUILD
parentbf24f8fe883a1cf693d7dd160cecaf710635827b (diff)
downloadaur-7bd6391f219f3256b6478ed1ad1920a8c14bea2b.tar.gz
update ver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df8a7be6a31d..489055d97c46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm
-pkgver=0.1.046
+pkgver=0.2.042
pkgrel=1
pkgdesc="An highly automated, intuitive, Digital Audio Workstation (DAW)"
arch=( 'x86_64' )
url='https://git.zrythm.org/zrythm/zrythm'
license=( 'GPL3' )
-depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack' 'libsndfile' 'breeze-icons' 'libyaml'
+depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack' 'libsndfile' 'libyaml' 'gettext'
'portaudio' 'libsamplerate')
-makedepends=('python')
+makedepends=('python' 'gettext' 'sed')
conflicts=( 'zrythm-git' )
source=( "https://git.zrythm.org/zrythm/${pkgname}/-/archive/v$pkgver/${pkgname}-v$pkgver.tar.gz" )
-md5sums=( 'f8d32689e578413f57a5e5ae4bd66f9a' )
+md5sums=( '2719f415455cc67f04bef9df6eb31698' )
rootdir="${pkgname}-v${pkgver}"