Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages /
qsynth
Commits:
ad8b742b by Brett Cornwall at 2026-02-20T12:17:14-08:00
upgpkg: 1.0.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qsynth
pkgdesc = Qt GUI for FluidSynth
- pkgver = 1.0.3
- pkgrel = 2
+ pkgver = 1.0.4
+ pkgrel = 1
url = https://qsynth.sourceforge.io/
arch = x86_64
groups = pro-audio
@@ -15,9 +15,9 @@ pkgbase = qsynth
depends = hicolor-icon-theme
depends = qt6-base
depends = qt6-svg
- source = https://downloads.sourceforge.net/qsynth/qsynth-1.0.3.tar.gz
- sha512sums =
2f9c53caeb2cdab7b05612f4425ee95886200ba229b3cb4fd37a95081d4557954ba4dfb18859e5cefb55512c962283838ef2ffb325bac33bcc1fc01faf2c9b30
- b2sums =
d67da38b985debe3065f9aa9eca8ecaf4999cd084154ccd2f61cb5b37a2917e29bcb5c4ec378aed5a38ab3083d1842ad8dfe2731f9f60918e5005205520a97cb
+ source = https://downloads.sourceforge.net/qsynth/qsynth-1.0.4.tar.gz
+ sha512sums =
721e6e6685d7b12d9eba0475674488936c2d79b19968cb59a3a62ab4deb15dae64c9880361ed49afe0ec4fa13cf2e5135781051eaa97a73fac37b2472a636e39
+ b2sums =
ee75ec9ffd23c397bbf60f4f4375e11ae965d8219b836dfd90816290f10c131b01f8aa0500cd516add8b08316de4b1cfae2433b925bdeb66409c41c58d51d99f
pkgname = qsynth
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: damir <[email protected]>
pkgname=qsynth
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
pkgdesc="Qt GUI for FluidSynth"
arch=(x86_64)
url="https://qsynth.sourceforge.io/"
@@ -24,8 +24,8 @@ makedepends=(
qt6-tools
)
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('2f9c53caeb2cdab7b05612f4425ee95886200ba229b3cb4fd37a95081d4557954ba4dfb18859e5cefb55512c962283838ef2ffb325bac33bcc1fc01faf2c9b30')
-b2sums=('d67da38b985debe3065f9aa9eca8ecaf4999cd084154ccd2f61cb5b37a2917e29bcb5c4ec378aed5a38ab3083d1842ad8dfe2731f9f60918e5005205520a97cb')
+sha512sums=('721e6e6685d7b12d9eba0475674488936c2d79b19968cb59a3a62ab4deb15dae64c9880361ed49afe0ec4fa13cf2e5135781051eaa97a73fac37b2472a636e39')
+b2sums=('ee75ec9ffd23c397bbf60f4f4375e11ae965d8219b836dfd90816290f10c131b01f8aa0500cd516add8b08316de4b1cfae2433b925bdeb66409c41c58d51d99f')
build() {
local cmake_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qsynth/-/commit/ad8b742b621bb534cc6fe256f2fda4ad608a16a3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qsynth/-/commit/ad8b742b621bb534cc6fe256f2fda4ad608a16a3
You're receiving this email because of your account on gitlab.archlinux.org.