David Runge pushed to branch main at Arch Linux / Packaging / Packages / qsynth
Commits:
52cb707c by David Runge at 2024-09-12T21:30:26+02:00
upgpkg: 1.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qsynth
pkgdesc = Qt GUI for FluidSynth
- pkgver = 1.0.0
+ pkgver = 1.0.1
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.0.tar.gz
- sha512sums =
9533cb425345a83ed9695917885cba52278035c2a6f7b824981b9ec5033b5d61b7ac050cc7e516a6aa7f4ff76e29eb29089a93a727294e7a6a1e5fb631720ea4
- b2sums =
40e2b6aacf21eb17169b0899f1b089cb2869295fd5a3b87a4d0e8d7632bce8518ce4d2dc22dafa2c9d4fafe0211c90b9729432a7407bd35f8237c357ce1cb897
+ source = https://downloads.sourceforge.net/qsynth/qsynth-1.0.1.tar.gz
+ sha512sums =
be81442e3eb50cdd8075e7674413c8f9b297bc19c799da138bc8491dc225f03290856d4048b27dcc192fab636d4175ed457bdf798f3a4b61c2b195c2e8a92b33
+ b2sums =
9fc3d70aa20af4523a0c1e8ff6d9190b30359b7cd5fa1516e8ad0e6cc9aa0ec9e23cfc850e2796519fa462c0028550c9c43eebb8f1dc413bc9e5fd5a953ba6e8
pkgname = qsynth
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: damir <[email protected]>
pkgname=qsynth
-pkgver=1.0.0
+pkgver=1.0.1
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=('9533cb425345a83ed9695917885cba52278035c2a6f7b824981b9ec5033b5d61b7ac050cc7e516a6aa7f4ff76e29eb29089a93a727294e7a6a1e5fb631720ea4')
-b2sums=('40e2b6aacf21eb17169b0899f1b089cb2869295fd5a3b87a4d0e8d7632bce8518ce4d2dc22dafa2c9d4fafe0211c90b9729432a7407bd35f8237c357ce1cb897')
+sha512sums=('be81442e3eb50cdd8075e7674413c8f9b297bc19c799da138bc8491dc225f03290856d4048b27dcc192fab636d4175ed457bdf798f3a4b61c2b195c2e8a92b33')
+b2sums=('9fc3d70aa20af4523a0c1e8ff6d9190b30359b7cd5fa1516e8ad0e6cc9aa0ec9e23cfc850e2796519fa462c0028550c9c43eebb8f1dc413bc9e5fd5a953ba6e8')
build() {
local cmake_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qsynth/-/commit/52cb707c4e745bc5697e01c06847b1ccee1a8f4f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qsynth/-/commit/52cb707c4e745bc5697e01c06847b1ccee1a8f4f
You're receiving this email because of your account on gitlab.archlinux.org.