diff options
author | Guest One <theguestone@gmail.com> | 2013-07-17 17:10:23 +0200 |
---|---|---|
committer | Guest One <theguestone@gmail.com> | 2013-07-17 17:10:23 +0200 |
commit | d9accf95003b19867ef37712fecdb3abdaad725c (patch) | |
tree | 246168f7c749315478f5025a6e8987d5bf298636 | |
parent | 61184ba36f0f617b81f34b3d4eb87716c8b75d69 (diff) | |
download | abslibre-d9accf95003b19867ef37712fecdb3abdaad725c.tar.gz abslibre-d9accf95003b19867ef37712fecdb3abdaad725c.tar.bz2 abslibre-d9accf95003b19867ef37712fecdb3abdaad725c.zip |
updated samplv1 to version 0.3.4-1
-rw-r--r-- | pcr/samplv1/PKGBUILD | 9 | ||||
-rw-r--r-- | pcr/samplv1/samplv1.install | 1 |
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 } |