summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorGuest One <theguestone@gmail.com>2013-06-08 14:01:04 +0200
committerGuest One <theguestone@gmail.com>2013-06-08 14:01:04 +0200
commit6551e825b2b19f8388bfc3c4eafbd794cbcf9a7c (patch)
treed503a80a52597e8c92b7b1e72d98bb9d4830d811 /pcr
parent3e011bd4d08856b22438e9771b5fce2fa5e1b6d1 (diff)
updated synthv1 to 0.3.3-1 version
Diffstat (limited to 'pcr')
-rw-r--r--pcr/synthv1/PKGBUILD9
-rw-r--r--pcr/synthv1/synthv1.install2
2 files changed, 6 insertions, 5 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"
diff --git a/pcr/synthv1/synthv1.install b/pcr/synthv1/synthv1.install
index bce670aff..029294d67 100644
--- a/pcr/synthv1/synthv1.install
+++ b/pcr/synthv1/synthv1.install
@@ -1,5 +1,5 @@
post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
}