David Runge pushed to branch main at Arch Linux / Packaging / Packages / reapack
Commits: 77c45396 by David Runge at 2025-09-08T23:36:29+02:00 upgpkg: 1.2.6-1 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = reapack pkgdesc = Package manager for the Reaper DAW - pkgver = 1.2.5.1 + pkgver = 1.2.6 pkgrel = 1 url = https://reapack.com arch = x86_64 @@ -20,11 +20,11 @@ pkgbase = reapack depends = libxml2 depends = curl depends = sqlite - source = reapack::git+https://github.com/cfillion/reapack#tag=v1.2.5.1 + source = reapack::git+https://github.com/cfillion/reapack#tag=v1.2.6 source = github.com-justinfrankel-wdl::git+https://github.com/justinfrankel/WDL source = github.com-justinfrankel-reaper-sdk::git+https://github.com/justinfrankel/reaper-sdk source = reapack-1.2.4.5-system_wide.patch - b2sums = ce2f10fdc691db24ce91cf4c7db571bee10e5cbca772e1d722908cea1f447f22ad2d55c056334f47a9d278a52033cc5d4cfc8b8d71cd0950cdf257ad87722a50 + b2sums = 6dc565343c12629d50f487fc78ae50769127b7d0a2e6f901bfe2417b09853fa6de7c0ebbecac84df8fe70a9c185ef40e23994eeb25da909ede19d70991be1759 b2sums = SKIP b2sums = SKIP b2sums = 0f24c87d822322db6807a262fdb808b72937838fcb998b8d69cd938a9b33a22dfcdd95cf620ef862134f30e87681c40d99323a7762c92aef4e29f83f665e036d ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: George Rawlinson <grawlin...@archlinux.org> pkgname=reapack -pkgver=1.2.5.1 +pkgver=1.2.6 pkgrel=1 pkgdesc='Package manager for the Reaper DAW' arch=('x86_64') @@ -34,7 +34,7 @@ source=( 'github.com-justinfrankel-reaper-sdk::git+https://github.com/justinfrankel/reaper-sdk' $pkgname-1.2.4.5-system_wide.patch ) -b2sums=('ce2f10fdc691db24ce91cf4c7db571bee10e5cbca772e1d722908cea1f447f22ad2d55c056334f47a9d278a52033cc5d4cfc8b8d71cd0950cdf257ad87722a50' +b2sums=('6dc565343c12629d50f487fc78ae50769127b7d0a2e6f901bfe2417b09853fa6de7c0ebbecac84df8fe70a9c185ef40e23994eeb25da909ede19d70991be1759' 'SKIP' 'SKIP' '0f24c87d822322db6807a262fdb808b72937838fcb998b8d69cd938a9b33a22dfcdd95cf620ef862134f30e87681c40d99323a7762c92aef4e29f83f665e036d') ===================================== REUSE.toml ===================================== @@ -17,13 +17,7 @@ path = [ "*.timer", "*.desktop", "*.hook", + "reapack-*-system_wide.patch" ] SPDX-FileCopyrightText = "Arch Linux contributors" SPDX-License-Identifier = "0BSD" - -[[annotations]] -path = [ - "reapack-1.2.4.5-system_wide.patch", -] -SPDX-FileCopyrightText = "reapack contributors" -SPDX-License-Identifier = "TODO-Choose-a-license" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/reapack/-/commit/77c453969aa9e8bad2c6f5999f918d76ebdc6e68 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/reapack/-/commit/77c453969aa9e8bad2c6f5999f918d76ebdc6e68 You're receiving this email because of your account on gitlab.archlinux.org.