summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Latorre2020-02-12 00:52:37 -0500
committerDavid Latorre2020-02-12 00:52:37 -0500
commit5d7c61cecb3134e6409893f05e85c1f1889eb62e (patch)
tree1f9050c80ae950add4cceadcb5165690a2ac1166
parent89139467963bbe1578700e8e4bc78850bba7c0c5 (diff)
downloadaur-5d7c61cecb3134e6409893f05e85c1f1889eb62e.tar.gz
[FEATURE] add version 1.9.5 zip file
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbcdcab3147f..699247f95a80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: zwergnase <zwergnase@posteo.de>
pkgname=sunvox-1.x
-pkgver=1.9.4c
-pkgrel=1
+pkgver=1.9.5c
+pkgrel=2
pkgdesc="Small, fast and powerful modular synthesizer with pattern-based sequencer (tracker)."
arch=('i686' 'x86_64')
url="http://warmplace.ru/soft/sunvox/"
@@ -21,7 +21,7 @@ depends=(
'libxdmcp'
)
makedepends=('unzip')
-source=('https://github.com/LatorreDev/sunvox_mirror/releases/download/1.9.4c/sunvox-1-9.4c.zip')
+source=('https://github.com/LatorreDev/sunvox_mirror/releases/download/1.9.5c/sunvox-1-9.5c.zip')
sha256sums=('f1bf4aedd6eaf5d626d2c66daff0e88535425beb80f56a9a8cb12cdf89057777')
package() {
install -dm755 "${pkgdir}/opt/sunvox"
@@ -39,4 +39,4 @@ package() {
cp -a "${srcdir}/sunvox/instruments" "${pkgdir}/opt/sunvox/instruments"
cp -a "${srcdir}/sunvox/effects" "${pkgdir}/opt/sunvox/effects"
install -Dm644 "${srcdir}/sunvox/docs/license/SunVox.txt" "${pkgdir}/usr/share/licenses/sunvox/LICENSE"
-} \ No newline at end of file
+}