Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / libinstpatch
Commits: 43d22370 by Brett Cornwall at 2024-07-20T13:41:55-07:00 Rebuild to create .SRCINFO, Add glib2-devel makedep https://archlinux.org/todo/rebuild-todo-list-rebuild-packages-missing-srcinfo/ - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = libinstpatch + pkgdesc = Instrument file software library + pkgver = 1.1.6 + pkgrel = 3 + url = https://github.com/swami/libinstpatch + arch = x86_64 + license = LGPL2.1 + makedepends = cmake + makedepends = glib2 + makedepends = libsndfile + makedepends = python + 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 + +pkgname = libinstpatch + depends = glibc + depends = glib2 + depends = libglib-2.0.so + depends = libgobject-2.0.so + depends = libsndfile + depends = libsndfile.so ===================================== PKGBUILD ===================================== @@ -2,13 +2,13 @@ pkgname=libinstpatch pkgver=1.1.6 -pkgrel=2 +pkgrel=3 pkgdesc="Instrument file software library" arch=(x86_64) url="https://github.com/swami/libinstpatch" license=(LGPL2.1) depends=(glibc) -makedepends=(cmake glib2 libsndfile python) +makedepends=(cmake glib2 libsndfile python glib2-devel) provides=(libinstpatch-1.0.so) source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz) sha512sums=('0e22165fc3c045bbc3ab2e1c090728232ed9142797ddbd067b682b9bcfee93850deb76c23b78f49a776e3d099be25fa029673ce8e4a909b2f48860dcdc55803c') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libinstpatch/-/commit/43d22370dce794a18bbca5c66e5c0db0c9a58895 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libinstpatch/-/commit/43d22370dce794a18bbca5c66e5c0db0c9a58895 You're receiving this email because of your account on gitlab.archlinux.org.
