summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYousef Amar2017-03-04 10:56:07 +0000
committerYousef Amar2017-03-04 10:56:07 +0000
commit5c79e3920b2e4f2b8d173bc87c7464f16889f78d (patch)
tree2d5038aac942c31670a5993d965bd689811bbf23
parente4664792ce8250f46fe3c6e46a20c5efcba3f843 (diff)
downloadaur-5c79e3920b2e4f2b8d173bc87c7464f16889f78d.tar.gz
Copy folder to too
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32ca0c3288c7..1cb0ad00c3a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sunvox
pkgdesc = Small, fast and powerful modular synthesizer with pattern-based sequencer (tracker).
pkgver = 1.9.2
- pkgrel = 1
+ pkgrel = 2
url = http://warmplace.ru/soft/sunvox/
arch = i686
arch = x86_64
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"
}