summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-03-28 15:15:53 +0000
committerAlexandros Theodotou2019-03-28 15:15:53 +0000
commit7bd6391f219f3256b6478ed1ad1920a8c14bea2b (patch)
tree8b5021aaf502904c595e56a850932d02a8c9147f
parentbf24f8fe883a1cf693d7dd160cecaf710635827b (diff)
downloadaur-7bd6391f219f3256b6478ed1ad1920a8c14bea2b.tar.gz
update ver
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9467dfcb200e..9cc6fb8d0b9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,26 @@
pkgbase = zrythm
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
- pkgver = 0.1.046
+ pkgver = 0.2.042
pkgrel = 1
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
license = GPL3
makedepends = python
+ makedepends = gettext
+ makedepends = sed
depends = gtk3
depends = lv2
depends = lilv
depends = libx11
depends = jack
depends = libsndfile
- depends = breeze-icons
depends = libyaml
+ depends = gettext
depends = portaudio
depends = libsamplerate
conflicts = zrythm-git
- source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.1.046/zrythm-v0.1.046.tar.gz
- md5sums = f8d32689e578413f57a5e5ae4bd66f9a
+ source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.2.042/zrythm-v0.2.042.tar.gz
+ md5sums = 2719f415455cc67f04bef9df6eb31698
pkgname = zrythm
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}"