summaryrefslogtreecommitdiff
path: root/pcr/samplv1
diff options
context:
space:
mode:
authorGuest One <theguestone@gmail.com>2013-07-17 17:10:23 +0200
committerGuest One <theguestone@gmail.com>2013-07-17 17:10:23 +0200
commitd9accf95003b19867ef37712fecdb3abdaad725c (patch)
tree246168f7c749315478f5025a6e8987d5bf298636 /pcr/samplv1
parent61184ba36f0f617b81f34b3d4eb87716c8b75d69 (diff)
updated samplv1 to version 0.3.4-1
Diffstat (limited to 'pcr/samplv1')
-rw-r--r--pcr/samplv1/PKGBUILD9
-rw-r--r--pcr/samplv1/samplv1.install1
2 files changed, 5 insertions, 5 deletions
diff --git a/pcr/samplv1/PKGBUILD b/pcr/samplv1/PKGBUILD
index e2258a88b..33be54edf 100644
--- a/pcr/samplv1/PKGBUILD
+++ b/pcr/samplv1/PKGBUILD
@@ -1,17 +1,16 @@
-# Maintainer: Guest One <theguestone at gmail dot com>
pkgname=samplv1
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc="Polyphonic sampler 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=('2540ab3ef3da39bd4da8a1ab8ff9334d')
+md5sums=('32e920ff8457bb94f301a657d55f90a8')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/pcr/samplv1/samplv1.install b/pcr/samplv1/samplv1.install
index 029294d67..ec1a84bbb 100644
--- a/pcr/samplv1/samplv1.install
+++ b/pcr/samplv1/samplv1.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
}