summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Herbrich2023-10-25 23:02:37 +0200
committerDennis Herbrich2023-10-25 23:02:37 +0200
commitdb337bf62eb34ee26a74a6d3ad2944d25d6542ab (patch)
tree5b877d40fc660a1d1653e4a63ef9e631b0a084e7
parentb5e4407b88ba48de51bae06d9aace43ba4f3722c (diff)
downloadaur-db337bf62eb34ee26a74a6d3ad2944d25d6542ab.tar.gz
upgpkg: sunvox 2.1.1-1: upstream update
changelog: v2.1.1 (22 oct 2023): * iOS 11 support has been dropped; now the minimum is 12; * now you can also load samples in the following formats (on ALL platforms): 64-bit WAV/AIFF, OGG (Vorbis), MP3, FLAC; * export to FLAC and OGG (Vorbis); * Modulator: the accuracy of the phase modulation mode has been increased (but only if the version of SunVox 2.1.1 (and higher) is specified in the project properties); * Modulator: new controller "Max phase modulation delay"; * Vorbis player: new controller "Ignore Note OFF" (play every note endlessly); * MetaModule: new option "Auto BPM/TPL" (synchronize BPM and TPL of the module with BPM and TPL of the parent project); * Pattern Editor: new function "Sync with timeline" - sync the cursor with the timeline (+shortcut, unassigned by default); * Timeline: new function "Sync with pat.editor" - sync the cursor with the pattern editor (+shortcut, unassigned by default); * sample editor: new function "Mono to stereo" (editor menu -> Misc); * auto-repeat in the virtual (on-screen) text keyboard; * new modules and examples (see changelog_files.txt); * bug fixes.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a7b9ae00dbb..8e744684d652 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.c
+ pkgver = 2.1.1
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.1c.zip
+ source = http://warmplace.ru/soft/sunvox/sunvox-2.1.1.zip
source = sunvox.desktop
source = sunvox.xml
- sha256sums = c8f55c6ed94055b3bdb8cb0595f679d53e34f2103554f24023e47e25d8dcca3c
+ sha256sums = df860b23d0f9b1a22591c3550eb8bc9696d30fceb2230f921135897b48ac2bef
sha256sums = b45ee10df93982ac0d36c6887fe637c28b3c3de7013aa3462291629eed2dcc8d
sha256sums = 7ac2192298abdda802832518c98721b08881e32e8b470f2989c614852dd44f67
diff --git a/PKGBUILD b/PKGBUILD
index 9dac4cf6faed..5efb225a087e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ pkgname=sunvox
# - properly signals updates to pacman/AUR helpers, and
# - looks absolutely horrible. I am truly sorry.
# On upgrade, remember to bump $pkgver *and* $_pkgver_upstream.
-pkgver=2.1.c
-_pkgver_upstream=2.1c
+pkgver=2.1.1
+_pkgver_upstream=2.1.1
pkgrel=1
pkgdesc="Small, fast and powerful modular synthesizer with pattern-based sequencer (tracker)."
arch=('i686' 'x86_64')
@@ -36,7 +36,7 @@ if [[ "$CARCH" == "x86_64" ]]; then
'libxi: required for sunvox_opengl')
fi
source=(http://warmplace.ru/soft/sunvox/$pkgname-$_pkgver_upstream.zip sunvox.desktop sunvox.xml)
-sha256sums=('c8f55c6ed94055b3bdb8cb0595f679d53e34f2103554f24023e47e25d8dcca3c'
+sha256sums=('df860b23d0f9b1a22591c3550eb8bc9696d30fceb2230f921135897b48ac2bef'
'b45ee10df93982ac0d36c6887fe637c28b3c3de7013aa3462291629eed2dcc8d'
'7ac2192298abdda802832518c98721b08881e32e8b470f2989c614852dd44f67')