summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-06-15 11:20:11 +0200
committerChristopher Arndt2018-06-15 11:20:11 +0200
commitc9a23586ce5a657fe795529cf3e35d9cc10902dc (patch)
treeec793738e6e813644421d3d04353cd849bed4682
parent72949eb39fa4d659164876b5115c8977760335f3 (diff)
downloadaur-c9a23586ce5a657fe795529cf3e35d9cc10902dc.tar.gz
Removed lash support and dependency
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c26b88ca730..64e50b2d1fd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Aug 16 04:16:17 UTC 2016
pkgbase = calf-git
pkgdesc = LV2/JACK audio plug-ins for musicians (git version)
- pkgver = 0.0.60.r2370.e7daf55
+ pkgver = 0.90.0.r2499.bc104350
pkgrel = 1
url = http://calf-studio-gear.org/
install = calf-git.install
@@ -14,7 +12,6 @@ pkgbase = calf-git
depends = desktop-file-utils
depends = fluidsynth
depends = gtk-update-icon-cache
- depends = lash
depends = lv2
provides = calf
conflicts = calf
diff --git a/PKGBUILD b/PKGBUILD
index 372336021bc7..5e4d7ab99ff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
_pkgname=calf
pkgname="${_pkgname}-git"
-pkgver=0.0.60.r2370.e7daf55
+pkgver=0.90.0.r2499.bc104350
pkgrel=1
pkgdesc="LV2/JACK audio plug-ins for musicians (git version)"
arch=('i686' 'x86_64')
url="http://calf-studio-gear.org/"
license=('GPL' 'LGPL')
-depends=('desktop-file-utils' 'fluidsynth' 'gtk-update-icon-cache' 'lash'
- 'lv2')
+depends=('desktop-file-utils' 'fluidsynth' 'gtk-update-icon-cache' 'lv2')
makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
@@ -32,8 +31,8 @@ build() {
./autogen.sh \
--prefix="/usr" \
--enable-static=no \
- --enable-experimental \
- --enable-sse
+ --enable-sse \
+ --without-lash
make
}