summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-04-19 11:50:21 +0100
committerAlexandros Theodotou2019-04-19 11:50:39 +0100
commit7c45b6f79ec01866e0cfa3c24f19a25bf7029d35 (patch)
treea89fe11a0af96f8d00de04811b095a35541a13aa
parent0a0ac1ab691b9753c46589263627e8f41bcf6431 (diff)
downloadaur-7c45b6f79ec01866e0cfa3c24f19a25bf7029d35.tar.gz
bump ver
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a62809c5411..b3c44015e640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zrythm
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
pkgver = 0.4.027
- pkgrel = 1
+ pkgrel = 2
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
license = GPL3
@@ -21,9 +21,10 @@ pkgbase = zrythm
depends = libsamplerate
depends = alsa-lib
depends = ffmpeg
+ depends = libgtop
conflicts = zrythm-git
source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.4.027/zrythm-v0.4.027.tar.gz
- md5sums = 9366c277c18bf391d44e29b2107c6b1a
+ md5sums = b5eff2aa129f61116688e606d1ed861f
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 63050992bff9..5a6574f5ed0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm
pkgver=0.4.027
-pkgrel=1
+pkgrel=2
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' 'libyaml' 'gettext' 'qt5-base'
- 'libsamplerate' 'alsa-lib' 'ffmpeg')
+ 'libsamplerate' 'alsa-lib' 'ffmpeg' 'libgtop')
makedepends=('python' 'gettext' 'sed' 'libtool')
conflicts=( 'zrythm-git' )
source=( "https://git.zrythm.org/zrythm/${pkgname}/-/archive/v$pkgver/${pkgname}-v$pkgver.tar.gz" )
-md5sums=( '9366c277c18bf391d44e29b2107c6b1a' )
+md5sums=( 'b5eff2aa129f61116688e606d1ed861f' )
rootdir="${pkgname}-v${pkgver}"