summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3944af434580..3c2c444bbf1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sunvox-1.x
pkgdesc = Small, fast and powerful modular synthesizer with pattern-based sequencer (tracker).
- pkgver = 1.9.5c
+ pkgver = 1.9.6c
pkgrel = 1
url = http://warmplace.ru/soft/sunvox/
arch = i686
@@ -15,6 +15,6 @@ pkgbase = sunvox-1.x
depends = libxcb
depends = libxau
depends = libxdmcp
- source = https://github.com/LatorreDev/sunvox_mirror/blob/1.9.5c/sunvox-1.9.5c.zip
- sha256sums = 4ce93d3df85f3be8f19420c472c758fbbbb5a2433e0dcb08b52664719b1a2a5f
+ source = https://github.com/LatorreDev/sunvox_mirror/releases/download/1.9.6c/sunvox-1.9.6c.zip
+ sha256sums = 300eb555c47293370c99cdf5b45e852c581e92cecaaf2db88bca306191c91f53
pkgname = sunvox-1.x
diff --git a/PKGBUILD b/PKGBUILD
index b792f91c61f5..a61421d2face 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: zwergnase <zwergnase@posteo.de>
pkgname=sunvox-1.x
-pkgver=1.9.5c
+pkgver=1.9.6c
pkgrel=2
pkgdesc="Small, fast and powerful modular synthesizer with pattern-based sequencer (tracker)."
arch=('i686' 'x86_64')
@@ -21,8 +21,8 @@ depends=(
'libxdmcp'
)
makedepends=('unzip')
-source=('https://raw.githubusercontent.com/LatorreDev/sunvox_mirror/master/sunvox-1.9.5c.zip')
-sha256sums=('4ce93d3df85f3be8f19420c472c758fbbbb5a2433e0dcb08b52664719b1a2a5f')
+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"
@@ -38,5 +38,6 @@ package() {
cp -a "${srcdir}/sunvox/examples" "${pkgdir}/opt/sunvox/examples"
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"
install -Dm644 "${srcdir}/sunvox/docs/license/sunvox.txt" "${pkgdir}/usr/share/licenses/sunvox/LICENSE"
}