Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions srcpkgs/lilv/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Template file for 'lilv'
pkgname=lilv
version=0.24.26
revision=3
version=0.28.0
revision=1
build_style=meson
hostmakedepends="pkg-config"
hostmakedepends="pkg-config python3-packaging-bootstrap"
makedepends="python3-devel serd-devel sord-devel sratom-devel libsndfile-devel
zix-devel lv2"
short_desc="Simple yet powerful C API for using LV2 plugins"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://gitlab.com/lv2/lilv"
changelog="https://gitlab.com/lv2/lilv/-/raw/main/NEWS"
distfiles="https://download.drobilla.net/lilv-${version}.tar.xz"
checksum=22feed30bc0f952384a25c2f6f4b04e6d43836408798ed65a8a934c055d5d8ac
distfiles="https://gitlab.com/lv2/lilv/-/archive/v${version}/lilv-v${version}.tar.gz"
checksum=006065dcb59ccaad5463e6bb4598160e41dd6474a959838e74820f60a849bfdb

post_install() {
vlicense COPYING
Expand Down