summaryrefslogtreecommitdiff
path: root/community/stk/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/stk/PKGBUILD')
-rw-r--r--community/stk/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/stk/PKGBUILD b/community/stk/PKGBUILD
index 353f5cb1e..498763465 100644
--- a/community/stk/PKGBUILD
+++ b/community/stk/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=stk
pkgver=4.4.2
-pkgrel=5
+pkgrel=6
pkgdesc="The Synthesis ToolKit in C++"
arch=('i686' 'x86_64')
url="http://ccrma.stanford.edu/software/stk/"
@@ -80,6 +80,9 @@ package() {
# install license
install -Dm644 ../$pkgname.license \
"$pkgdir/usr/share/licenses/stk/LICENSE"
+
+ # remove .DS_Store directory: https://bugs.archlinux.org/task/25255
+ rm -rf ${pkgdir}/usr/lib/stk/rawwaves/.DS_Store
}
# vim:set ts=2 sw=2 et: