David Runge pushed to branch main at Arch Linux / Packaging / Packages /
qmidictl
Commits:
ce913b65 by David Runge at 2024-09-28T19:28:44+02:00
upgpkg: 1.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qmidictl
pkgdesc = MIDI remote control application sending MIDI data over
network using UDP/IP multicast
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://qmidictl.sourceforge.io/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = qmidictl
depends = qt6-base
depends = qt6-svg
optdepends = qt6-wayland: for native wayland support
- source =
https://downloads.sourceforge.net/qmidictl/qmidictl-1.0.0.tar.gz
- sha512sums =
921af61503e2b0e0444c97dfcdf491886b8942b2110b0ac9075246f4cf7169187577c309eb247e1c2da54568d1b08344a68a02013213ef55ece598163300dbff
- b2sums =
18cebb239634bb0f84a49467513337ae59142fd3a59abdf652d3cf6e5604f2a17a62889b7970e3f844ebb1d9339af3205ccfe93f68890cd2ecf810a53ee8bb6a
+ source =
https://downloads.sourceforge.net/qmidictl/qmidictl-1.0.1.tar.gz
+ sha512sums =
ebf6dd398e61ea7ee263813cf064aca8cc658ac37204234f42186c0fc08e82abd0559bd2e6677c1a53cc318b64d928df9abf856cbd30d4dce6e3f5a57bb5c8f0
+ b2sums =
55e6482e898ec58651ca9b109af9e9ab0ba363562f6e46719c059cd183db1bffcfad6280a7f726407252c61aa40cc993f0151f51b44d3185ae31f7d125c11a81
pkgname = qmidictl
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: David Runge <[email protected]>
pkgname=qmidictl
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="MIDI remote control application sending MIDI data over network using
UDP/IP multicast"
arch=(x86_64)
@@ -23,8 +23,8 @@ optdepends=(
'qt6-wayland: for native wayland support'
)
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('921af61503e2b0e0444c97dfcdf491886b8942b2110b0ac9075246f4cf7169187577c309eb247e1c2da54568d1b08344a68a02013213ef55ece598163300dbff')
-b2sums=('18cebb239634bb0f84a49467513337ae59142fd3a59abdf652d3cf6e5604f2a17a62889b7970e3f844ebb1d9339af3205ccfe93f68890cd2ecf810a53ee8bb6a')
+sha512sums=('ebf6dd398e61ea7ee263813cf064aca8cc658ac37204234f42186c0fc08e82abd0559bd2e6677c1a53cc318b64d928df9abf856cbd30d4dce6e3f5a57bb5c8f0')
+b2sums=('55e6482e898ec58651ca9b109af9e9ab0ba363562f6e46719c059cd183db1bffcfad6280a7f726407252c61aa40cc993f0151f51b44d3185ae31f7d125c11a81')
build() {
local cmake_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qmidictl/-/commit/ce913b656aa2e7c2a43b0fd353078b4139312981
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qmidictl/-/commit/ce913b656aa2e7c2a43b0fd353078b4139312981
You're receiving this email because of your account on gitlab.archlinux.org.