summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2018-06-15 11:27:22 +0200
committerChristopher Arndt2018-06-15 11:27:22 +0200
commit16e0742a2c289dd6e4e0a25da2274d2c8ac6af0f (patch)
treea956542da69cfed3966d74b8b01d0bd822fed5d2 /PKGBUILD
parentc9a23586ce5a657fe795529cf3e35d9cc10902dc (diff)
downloadaur-calf-git.tar.gz
Removed obsolete install file; added gtk2 dependency
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e4d7ab99ff5..8a48cfd735b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,15 @@
_pkgname=calf
pkgname="${_pkgname}-git"
pkgver=0.90.0.r2499.bc104350
-pkgrel=1
+pkgrel=2
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' 'lv2')
+depends=('fluidsynth' 'gtk2' 'lv2')
makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-install="$pkgname.install"
source=("${_pkgname}::git+https://github.com/calf-studio-gear/calf")
md5sums=('SKIP')