summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Herbrich2023-02-12 17:07:58 +0100
committerDennis Herbrich2023-02-12 17:07:58 +0100
commitc1cbf98c27d96b0df582aea3728cba4e07661a6c (patch)
treec02b5f7051c4e15728ac8e2aa96346b7d5b547a6
parent36c193bd37b59b5a8959e1fd5b76f152cf8a46ff (diff)
downloadaur-c1cbf98c27d96b0df582aea3728cba4e07661a6c.tar.gz
upgpkg: sunvox 2.1b-1: upstream update
changelog: v2.1b (7 feb 2023): * Loop: new controller "On NoteON" (restart with transition to zero iteration (record);restart current iteration); see simple_examples/loop4.sunvox; * pattern effect 34: new value 4 - use Round-robin keyboard track allocation algorithm, instead of default tight packing; may be required for live play on the MultiSynth module with the "trigger" option; but this option may cause the brush to work incorrectly; * bug fixes.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 108381749473..0a1b6bbc82de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sunvox
pkgdesc = Small, fast and powerful modular synthesizer with pattern-based sequencer (tracker).
- pkgver = 2.1
+ pkgver = 2.1b
pkgrel = 1
url = http://warmplace.ru/soft/sunvox/
arch = i686
@@ -19,10 +19,10 @@ pkgbase = sunvox
optdepends = libxdmcp: required for sunvox_opengl
optdepends = libxext: required for sunvox_opengl
optdepends = libxi: required for sunvox_opengl
- source = http://warmplace.ru/soft/sunvox/sunvox-2.1.zip
+ source = http://warmplace.ru/soft/sunvox/sunvox-2.1b.zip
source = sunvox.desktop
source = sunvox.xml
- sha256sums = bfb44486968570ff033df411bc1b91b46985c6921b14f64cf38697a32eddf9d4
+ sha256sums = 2eb81fe55ef66f96261eab2d54197e8b02153bfa9593001dd8c7796274ce45cd
sha256sums = b45ee10df93982ac0d36c6887fe637c28b3c3de7013aa3462291629eed2dcc8d
sha256sums = 7ac2192298abdda802832518c98721b08881e32e8b470f2989c614852dd44f67
diff --git a/PKGBUILD b/PKGBUILD
index 2a4321b1c73e..89bb89539d58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: zwergnase <zwergnase@posteo.de>
pkgname=sunvox
-pkgver=2.1
+pkgver=2.1b
pkgrel=1
pkgdesc="Small, fast and powerful modular synthesizer with pattern-based sequencer (tracker)."
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ if [[ "$CARCH" == "x86_64" ]]; then
'libxi: required for sunvox_opengl')
fi
source=(http://warmplace.ru/soft/sunvox/$pkgname-$pkgver.zip sunvox.desktop sunvox.xml)
-sha256sums=('bfb44486968570ff033df411bc1b91b46985c6921b14f64cf38697a32eddf9d4'
+sha256sums=('2eb81fe55ef66f96261eab2d54197e8b02153bfa9593001dd8c7796274ce45cd'
'b45ee10df93982ac0d36c6887fe637c28b3c3de7013aa3462291629eed2dcc8d'
'7ac2192298abdda802832518c98721b08881e32e8b470f2989c614852dd44f67')