summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Latorre2020-12-18 14:08:33 -0500
committerDavid Latorre2020-12-18 14:08:33 -0500
commit0596cc683e25bccacf5c037752abb4811a09300b (patch)
tree7f04ba1722388e9f706e69c0a1f15900f6c0f714
parent89139467963bbe1578700e8e4bc78850bba7c0c5 (diff)
downloadaur-0596cc683e25bccacf5c037752abb4811a09300b.tar.gz
[Update] update new version
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbcdcab3147f..60f9cb95ad47 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.6c
+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,8 +21,8 @@ depends=(
'libxdmcp'
)
makedepends=('unzip')
-source=('https://github.com/LatorreDev/sunvox_mirror/releases/download/1.9.4c/sunvox-1-9.4c.zip')
-sha256sums=('f1bf4aedd6eaf5d626d2c66daff0e88535425beb80f56a9a8cb12cdf89057777')
+source=('https://github.com/LatorreDev/sunvox_mirror/releases/download/1.9.6c/sunvox-1.9.6c.zip')
+sha256sums=('300eb555c47293370c99cdf5b45e852c581e92cecaaf2db88bca306191c91f53')
package() {
install -dm755 "${pkgdir}/opt/sunvox"
install -dm755 "${pkgdir}/usr/share/licenses/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
+}