summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYousef Amar2017-03-04 10:56:07 +0000
committerYousef Amar2017-03-04 10:56:07 +0000
commit5c79e3920b2e4f2b8d173bc87c7464f16889f78d (patch)
tree2d5038aac942c31670a5993d965bd689811bbf23 /PKGBUILD
parente4664792ce8250f46fe3c6e46a20c5efcba3f843 (diff)
downloadaur-5c79e3920b2e4f2b8d173bc87c7464f16889f78d.tar.gz
Copy folder to too
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11388b0d6a55..313e3531c12c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sunvox
pkgver=1.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="Small, fast and powerful modular synthesizer with pattern-based sequencer (tracker)."
arch=('i686' 'x86_64')
url="http://warmplace.ru/soft/sunvox/"
@@ -38,5 +38,6 @@ package() {
cp -a "${srcdir}/sunvox/examples" "${pkgdir}/opt/${pkgname}/examples"
cp -a "${srcdir}/sunvox/instruments" "${pkgdir}/opt/${pkgname}/instruments"
+ cp -a "${srcdir}/sunvox/effects" "${pkgdir}/opt/${pkgname}/effects"
install -Dm644 "${srcdir}/sunvox/docs/license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}