diff --git a/libinstpatch/.SRCINFO b/libinstpatch/.SRCINFO new file mode 100644 index 0000000000..5ba717161e --- /dev/null +++ b/libinstpatch/.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 diff --git a/libinstpatch/.nvchecker.toml b/libinstpatch/.nvchecker.toml new file mode 100644 index 0000000000..b0be9c4928 --- /dev/null +++ b/libinstpatch/.nvchecker.toml @@ -0,0 +1,4 @@ +[libinstpatch] +source = "git" +git = "https://github.com/swami/libinstpatch.git" +prefix = "v" diff --git a/libinstpatch/PKGBUILD b/libinstpatch/PKGBUILD index 2d00868e7e..56e2a3c1e7 100644 --- a/libinstpatch/PKGBUILD +++ b/libinstpatch/PKGBUILD @@ -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')