Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / libinstpatch
Commits: 031a0346 by Brett Cornwall at 2025-05-21T17:43:20-07:00 upgpkg: 1.1.7-1 Also switch to spdx license header - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,10 @@ pkgbase = libinstpatch pkgdesc = Instrument file software library - pkgver = 1.1.6 - pkgrel = 3 + pkgver = 1.1.7 + pkgrel = 1 url = https://github.com/swami/libinstpatch arch = x86_64 - license = LGPL2.1 + license = LGPL-2.1-only makedepends = cmake makedepends = glib2 makedepends = libsndfile @@ -12,9 +12,8 @@ pkgbase = libinstpatch makedepends = glib2-devel depends = glibc provides = libinstpatch-1.0.so - source = https://github.com/swami/libinstpatch/archive/v1.1.6/libinstpatch-v1.1.6.tar.gz - sha512sums = 0e22165fc3c045bbc3ab2e1c090728232ed9142797ddbd067b682b9bcfee93850deb76c23b78f49a776e3d099be25fa029673ce8e4a909b2f48860dcdc55803c - b2sums = c5881e6559a7fbcb40e1c43c7dbbfc1df9ac9445e83c70044855c192c3b04945ae125c0e06253ba76d3922a1f8fc6965810700ed57018864b319076ee9528d55 + source = https://github.com/swami/libinstpatch/archive/v1.1.7/libinstpatch-v1.1.7.tar.gz + b2sums = 7e78b0f868cd805a3633eeecbbd0b70b1d7f344372a96b0c08b1beabf5596a2d768db30499e802ab53ce22fa05e457c26b2d24d5f29285040807dc0d54a0d10e pkgname = libinstpatch depends = glibc ===================================== PKGBUILD ===================================== @@ -1,18 +1,17 @@ # Maintainer: David Runge <dv...@archlinux.org> pkgname=libinstpatch -pkgver=1.1.6 -pkgrel=3 +pkgver=1.1.7 +pkgrel=1 pkgdesc="Instrument file software library" arch=(x86_64) url="https://github.com/swami/libinstpatch" -license=(LGPL2.1) +license=(LGPL-2.1-only) depends=(glibc) makedepends=(cmake glib2 libsndfile python glib2-devel) provides=(libinstpatch-1.0.so) source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz) -sha512sums=('0e22165fc3c045bbc3ab2e1c090728232ed9142797ddbd067b682b9bcfee93850deb76c23b78f49a776e3d099be25fa029673ce8e4a909b2f48860dcdc55803c') -b2sums=('c5881e6559a7fbcb40e1c43c7dbbfc1df9ac9445e83c70044855c192c3b04945ae125c0e06253ba76d3922a1f8fc6965810700ed57018864b319076ee9528d55') +b2sums=('7e78b0f868cd805a3633eeecbbd0b70b1d7f344372a96b0c08b1beabf5596a2d768db30499e802ab53ce22fa05e457c26b2d24d5f29285040807dc0d54a0d10e') build() { local cmake_options=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libinstpatch/-/commit/031a0346e8d7d4b109ce789d2152e25e16166fcd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libinstpatch/-/commit/031a0346e8d7d4b109ce789d2152e25e16166fcd You're receiving this email because of your account on gitlab.archlinux.org.