David Runge pushed to branch main at Arch Linux / Packaging / Packages / qsynth
Commits:
67bbf755 by David Runge at 2024-10-06T10:43:13+02:00
upgpkg: 1.0.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qsynth
pkgdesc = Qt GUI for FluidSynth
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://qsynth.sourceforge.io/
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = qsynth
depends = qt6-base
depends = qt6-svg
optdepends = qt6-wayland: for native wayland support
- source = https://downloads.sourceforge.net/qsynth/qsynth-1.0.1.tar.gz
- sha512sums =
be81442e3eb50cdd8075e7674413c8f9b297bc19c799da138bc8491dc225f03290856d4048b27dcc192fab636d4175ed457bdf798f3a4b61c2b195c2e8a92b33
- b2sums =
9fc3d70aa20af4523a0c1e8ff6d9190b30359b7cd5fa1516e8ad0e6cc9aa0ec9e23cfc850e2796519fa462c0028550c9c43eebb8f1dc413bc9e5fd5a953ba6e8
+ source = https://downloads.sourceforge.net/qsynth/qsynth-1.0.2.tar.gz
+ sha512sums =
a5585481ca88f65a38da75cb6355e5b0e23b04da70ac9ab8e55abafe2b0fac83905a873a990e4de8adcf3cf484b48088d83a7aec99252a48a004158504a7e137
+ b2sums =
8b1911c8baa7d1b73a18061628044b4b428c2c01a0bdbac9b37388bf6cb65e872272af002d943f062b64bb275cb675b91d2a50e3fc0c970fb4eeb631734a6b9b
pkgname = qsynth
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: damir <[email protected]>
pkgname=qsynth
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Qt GUI for FluidSynth"
arch=(x86_64)
@@ -27,8 +27,8 @@ optdepends=(
'qt6-wayland: for native wayland support'
)
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('be81442e3eb50cdd8075e7674413c8f9b297bc19c799da138bc8491dc225f03290856d4048b27dcc192fab636d4175ed457bdf798f3a4b61c2b195c2e8a92b33')
-b2sums=('9fc3d70aa20af4523a0c1e8ff6d9190b30359b7cd5fa1516e8ad0e6cc9aa0ec9e23cfc850e2796519fa462c0028550c9c43eebb8f1dc413bc9e5fd5a953ba6e8')
+sha512sums=('a5585481ca88f65a38da75cb6355e5b0e23b04da70ac9ab8e55abafe2b0fac83905a873a990e4de8adcf3cf484b48088d83a7aec99252a48a004158504a7e137')
+b2sums=('8b1911c8baa7d1b73a18061628044b4b428c2c01a0bdbac9b37388bf6cb65e872272af002d943f062b64bb275cb675b91d2a50e3fc0c970fb4eeb631734a6b9b')
build() {
local cmake_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qsynth/-/commit/67bbf755774d0f03712552bde72c785b4886c76d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qsynth/-/commit/67bbf755774d0f03712552bde72c785b4886c76d
You're receiving this email because of your account on gitlab.archlinux.org.