David Runge pushed to branch main at Arch Linux / Packaging / Packages / qmidictl
Commits: 6434bc65 by David Runge at 2024-05-25T15:05:23+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 6544599b by David Runge at 2024-06-18T21:29:53+02:00 upgpkg: 1.0.0-1 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = qmidictl pkgdesc = MIDI remote control application sending MIDI data over network using UDP/IP multicast - pkgver = 0.9.12 + pkgver = 1.0.0 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-0.9.12.tar.gz - sha512sums = 733d87aabe2df67ba74ce6c82a1be224dfb24a981bfb4d960dd11c72e2af3a9c0c890ae87717196862f8ebf27d3ef034c0b708de6a3d13d508455f6ec46088e5 - b2sums = 1df4f5029598af1a2e5affb7c91fc8d80f9330a46b1b6eccc5eb64b4d3e357d131bd877d029883b290e2c2ff75d76ead3f39279808c59cbc1017df3c28e88a55 + source = https://downloads.sourceforge.net/qmidictl/qmidictl-1.0.0.tar.gz + sha512sums = 921af61503e2b0e0444c97dfcdf491886b8942b2110b0ac9075246f4cf7169187577c309eb247e1c2da54568d1b08344a68a02013213ef55ece598163300dbff + b2sums = 18cebb239634bb0f84a49467513337ae59142fd3a59abdf652d3cf6e5604f2a17a62889b7970e3f844ebb1d9339af3205ccfe93f68890cd2ecf810a53ee8bb6a pkgname = qmidictl ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[qmidictl] +source = "git" +git = "https://github.com/rncbc/qmidictl" +prefix = "v" ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: David Runge <[email protected]> pkgname=qmidictl -pkgver=0.9.12 +pkgver=1.0.0 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=('733d87aabe2df67ba74ce6c82a1be224dfb24a981bfb4d960dd11c72e2af3a9c0c890ae87717196862f8ebf27d3ef034c0b708de6a3d13d508455f6ec46088e5') -b2sums=('1df4f5029598af1a2e5affb7c91fc8d80f9330a46b1b6eccc5eb64b4d3e357d131bd877d029883b290e2c2ff75d76ead3f39279808c59cbc1017df3c28e88a55') +sha512sums=('921af61503e2b0e0444c97dfcdf491886b8942b2110b0ac9075246f4cf7169187577c309eb247e1c2da54568d1b08344a68a02013213ef55ece598163300dbff') +b2sums=('18cebb239634bb0f84a49467513337ae59142fd3a59abdf652d3cf6e5604f2a17a62889b7970e3f844ebb1d9339af3205ccfe93f68890cd2ecf810a53ee8bb6a') build() { local cmake_options=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qmidictl/-/compare/2792f96ab926fe0ccd863488fdf64ca8c7c3fc23...6544599bffc257a80b5723bdc26d289e3a96ef78 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qmidictl/-/compare/2792f96ab926fe0ccd863488fdf64ca8c7c3fc23...6544599bffc257a80b5723bdc26d289e3a96ef78 You're receiving this email because of your account on gitlab.archlinux.org.
