summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-04-19 11:56:28 +0100
committerAlexandros Theodotou2019-04-19 11:56:28 +0100
commita058197f139c9f50cb7801938a8e2d22143d1791 (patch)
tree1e16cc5b9a402e0c526e2e40f4a4b777e9076d52
parent2bad3ddc4db702f458f04f22842c9e66a65d149c (diff)
downloadaur-a058197f139c9f50cb7801938a8e2d22143d1791.tar.gz
bump ver
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 055af02b7bc7..8e616d4f92fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm-git
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
- pkgver = 0.3.006.r2.gdb59418a
+ pkgver = 0.4.027
pkgrel = 1
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
@@ -21,6 +21,7 @@ pkgbase = zrythm-git
depends = libsamplerate
depends = alsa-lib
depends = ffmpeg
+ depends = libgtop
provides = zrythm
conflicts = zrythm
source = zrythm::git+https://git.zrythm.org/zrythm/zrythm.git
diff --git a/PKGBUILD b/PKGBUILD
index 4acd176c0ff9..fd888864630a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
_pkgname=zrythm
pkgname=$_pkgname-git
-pkgver=0.3.013.r13.g7d607162
+pkgver=0.4.027
pkgrel=1
pkgdesc="An highly automated, intuitive, Digital Audio Workstation (DAW)"
arch=( 'x86_64' )
@@ -9,7 +9,7 @@ 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' 'git')
conflicts=( "$_pkgname" )
provides=( "$_pkgname" )
@@ -25,7 +25,7 @@ pkgver () {
build() {
cd "$srcdir/$_pkgname"
autoreconf -fi
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-ffmpeg --with-qt5
make
}