* update libinstpatch to 1.1.6-3

This commit is contained in:
Alexander Baldeck 2024-09-29 07:34:54 +02:00
parent 98cfc448b2
commit 9f803ec2b7
3 changed files with 31 additions and 2 deletions

25
libinstpatch/.SRCINFO Normal file
View File

@ -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

View File

@ -0,0 +1,4 @@
[libinstpatch]
source = "git"
git = "https://github.com/swami/libinstpatch.git"
prefix = "v"

View File

@ -3,13 +3,13 @@
pkgname=libinstpatch
pkgver=1.1.6
pkgrel=2
pkgrel=3
pkgdesc="Instrument file software library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
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')