summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Rashif2011-09-28 17:55:58 +0000
committerRay Rashif2011-09-28 17:55:58 +0000
commit0a6543f9dfd86b2654186f2c29b63907c1ceb5d0 (patch)
treeaf9c1bff70bc00096607afd49e9886717572f8ee
parent4cf37b4b88309f0f7f78ffaf072872ad00960225 (diff)
downloadaur-0a6543f9dfd86b2654186f2c29b63907c1ceb5d0.tar.gz
conflict with devel versions of flowcanvas that are not compatible
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fccd76d1a6e0..7b0b9476d94d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=patchage
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A modular patch bay for audio and MIDI systems"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://drobilla.net/software/patchage"
license=('GPL')
depends=('dbus-glib' 'libglademm' 'hicolor-icon-theme'
- 'raul' 'flowcanvas' 'jack')
+ 'raul' 'flowcanvas<1.0.0' 'jack')
makedepends=('boost' 'python2')
install=$pkgname.install
source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2)