summaryrefslogtreecommitdiff
path: root/pcr/synthv1/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-08 17:18:24 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-08 17:18:24 -0600
commitd283db0d5dd5342bf9edc0d352a34f48c0337069 (patch)
tree1bfd6d8cdde616925353ad82658c5a26b1eb128d /pcr/synthv1/PKGBUILD
parent8ec4b9333a52352dc0030f2368e851404fb14e65 (diff)
parent3353d0fd17b51c64ee075e9f3f003e80158b58ae (diff)
downloadabslibre-d283db0d5dd5342bf9edc0d352a34f48c0337069.tar.gz
abslibre-d283db0d5dd5342bf9edc0d352a34f48c0337069.tar.bz2
abslibre-d283db0d5dd5342bf9edc0d352a34f48c0337069.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/synthv1/PKGBUILD')
-rw-r--r--pcr/synthv1/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/pcr/synthv1/PKGBUILD b/pcr/synthv1/PKGBUILD
index a0d858664..1a96b84f8 100644
--- a/pcr/synthv1/PKGBUILD
+++ b/pcr/synthv1/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Guest One <theguestone at gmail dot com>
pkgname=synthv1
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
-arch=('i686')
+arch=('i686' 'x86_64')
url="http://$pkgname.sourceforge.net/$pkgname-index.html"
license=('GPL')
-depends=('lv2' 'jack' 'qt4')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4')
install="$pkgname.install"
source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('88fd93df7cd6754de355edb5fe3cb3e7')
+md5sums=('18bd21921ee65b718b2feb1d0ab03ac7')
build() {
cd "$srcdir/$pkgname-$pkgver"