* update liblrdf to 0.6.1-5

This commit is contained in:
Alexander Baldeck 2024-08-02 02:18:51 +02:00
parent 93ae4f255d
commit d727ed5253
3 changed files with 19 additions and 1 deletions

14
liblrdf/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = liblrdf
pkgdesc = A library for the manipulation of RDF file in LADSPA plugins
pkgver = 0.6.1
pkgrel = 5
url = https://github.com/swh/LRDF
arch = x86_64
license = GPL2
makedepends = ladspa
depends = raptor
provides = liblrdf.so
source = liblrdf-0.6.1.tar.gz::https://github.com/swh/LRDF/archive/v0.6.1.tar.gz
sha512sums = 7732813eec704aef984d056de254e4fa049fdd0a7444b6a88f75f012afe9c587cbd1295f027c77361fa42bc097cdce9d9cabdba6b86e99a3c14805d84258df1c
pkgname = liblrdf

4
liblrdf/.nvchecker.toml Normal file
View File

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

View File

@ -4,7 +4,7 @@
pkgname=liblrdf
pkgver=0.6.1
pkgrel=4
pkgrel=5
pkgdesc="A library for the manipulation of RDF file in LADSPA plugins"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/swh/LRDF"