diff --git a/liblrdf/.SRCINFO b/liblrdf/.SRCINFO new file mode 100644 index 0000000000..b09457510c --- /dev/null +++ b/liblrdf/.SRCINFO @@ -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 diff --git a/liblrdf/.nvchecker.toml b/liblrdf/.nvchecker.toml new file mode 100644 index 0000000000..cfb23742c9 --- /dev/null +++ b/liblrdf/.nvchecker.toml @@ -0,0 +1,4 @@ +[liblrdf] +source = "git" +git = "https://github.com/swh/LRDF.git" +prefix = "v" diff --git a/liblrdf/PKGBUILD b/liblrdf/PKGBUILD index a7ff62d9e1..1d2cc6537a 100644 --- a/liblrdf/PKGBUILD +++ b/liblrdf/PKGBUILD @@ -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"