From ca27ba9a5a7f52071d496e19c835df511a2fec68 Mon Sep 17 00:00:00 2001 From: kth5 Date: Sat, 11 May 2024 11:41:17 +0200 Subject: [PATCH] * update lilv to 0.24.24-2 --- lilv/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lilv/PKGBUILD b/lilv/PKGBUILD index c2860ca941..b7b4a5693d 100644 --- a/lilv/PKGBUILD +++ b/lilv/PKGBUILD @@ -9,7 +9,7 @@ pkgname=( python-lilv ) pkgver=0.24.24 -pkgrel=1 +pkgrel=2 pkgdesc="A C library interface to the LV2 plug-in standard" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://drobilla.net/software/lilv.html"