summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2019-02-17 23:12:01 +0100
committerTérence Clastres2019-02-17 23:12:01 +0100
commit5c877470f6bf01be55ddf6195c90c17716dbf827 (patch)
tree33db1d141a78b48b33528f1a810f7a56eb394559 /PKGBUILD
parentf489acd88bf778782a1d225fc048a99ac5f29192 (diff)
downloadaur-5c877470f6bf01be55ddf6195c90c17716dbf827.tar.gz
Track master branch, do not use system catch for tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0e965eecf47..4ab35cc4bce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Térence Clastres <t.clastres@gmail.com>
pkgname=giada-git
-pkgver=v0.15.3.r62.gd4068c49
+pkgver=v0.15.3.r71.g3a104597
pkgrel=1
pkgdesc="A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('fltk' 'jansson' 'libpulse' 'libxpm' 'rtmidi')
makedepends=('gendesk' 'imagemagick')
checkdepends=('catch2')
conflicts=('giada' 'giada-vst')
-source=("giada-git::git+https://github.com/monocasual/giada.git#branch=record-signal"
+source=("giada-git::git+https://github.com/monocasual/giada.git"
"git+https://github.com/WeAreROLI/JUCE.git")
sha512sums=('SKIP'
'SKIP')
@@ -44,7 +44,7 @@ prepare() {
build() {
cd "$pkgname"
- ./configure --prefix=/usr --target=linux --enable-vst --enable-system-catch
+ ./configure --prefix=/usr --target=linux --enable-vst
make
}