summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuest One <theguestone@gmail.com>2013-07-17 17:18:43 +0200
committerGuest One <theguestone@gmail.com>2013-07-17 17:18:43 +0200
commitb81dc7f2918bf9c32d3d759c600be85ac71b573d (patch)
tree47d3fc26d8ab546e1ce191cf00bec8130f4b3ae8
parentd9accf95003b19867ef37712fecdb3abdaad725c (diff)
downloadabslibre-b81dc7f2918bf9c32d3d759c600be85ac71b573d.tar.gz
abslibre-b81dc7f2918bf9c32d3d759c600be85ac71b573d.tar.bz2
abslibre-b81dc7f2918bf9c32d3d759c600be85ac71b573d.zip
updated synthv1 to 0.3.4-1 version
-rw-r--r--pcr/synthv1/PKGBUILD9
-rw-r--r--pcr/synthv1/synthv1.install1
2 files changed, 5 insertions, 5 deletions
diff --git a/pcr/synthv1/PKGBUILD b/pcr/synthv1/PKGBUILD
index 1a96b84f8..2cce2ef0b 100644
--- a/pcr/synthv1/PKGBUILD
+++ b/pcr/synthv1/PKGBUILD
@@ -1,17 +1,16 @@
-# Maintainer: Guest One <theguestone at gmail dot com>
pkgname=synthv1
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
url="http://$pkgname.sourceforge.net/$pkgname-index.html"
license=('GPL')
groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
install="$pkgname.install"
source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('18bd21921ee65b718b2feb1d0ab03ac7')
+md5sums=('63ca2f7961bbc708928d2f792e32d166')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/pcr/synthv1/synthv1.install b/pcr/synthv1/synthv1.install
index 029294d67..ec1a84bbb 100644
--- a/pcr/synthv1/synthv1.install
+++ b/pcr/synthv1/synthv1.install
@@ -1,5 +1,6 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ update-mime-database usr/share/mime
update-desktop-database -q
}