[arch-commits] Commit in lv2lint/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Apr 13 16:18:36 UTC 2020
Date: Monday, April 13, 2020 @ 16:18:35
Author: dvzrv
Revision: 613691
upgpkg: lv2lint 0.6.0-1: Upgrading to 0.6.0.
Moving all sodeps to package() and adding their respective packages to makedepends.
Modified:
lv2lint/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-13 16:13:23 UTC (rev 613690)
+++ PKGBUILD 2020-04-13 16:18:35 UTC (rev 613691)
@@ -1,16 +1,16 @@
# Maintainer: David Runge <dvzrv at archlinux.org>
pkgname=lv2lint
-pkgver=0.4.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="Check whether a given LV2 plugin is up to the specification"
arch=('x86_64')
url="https://open-music-kontrollers.ch/lv2/lv2lint/"
license=('Artistic2.0')
-depends=('glibc' 'libcurl.so' 'libelf' 'liblilv-0.so')
-makedepends=('lv2' 'meson')
+depends=('glibc' 'libelf')
+makedepends=('curl' 'lilv' 'lv2' 'meson')
source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('a3df72ae7bca0471ae3fd08b721f96e482bd6b9fc55688ffe332889e9c4205a404aa91b1898181ed4fd56116588eef93a0b2196d6b56c8fbf30b092716e2a7f9')
+sha512sums=('df8e53b55ff88f088ad8290be765fc33fded72359541e9f5342e7282445d3f310c0f94694450d3d42ad26afd34ae39004b5db33c85bd6bfc50248329082a639e')
build() {
cd "$pkgname-$pkgver"
@@ -27,6 +27,7 @@
}
package() {
+ depends+=('libcurl.so' 'liblilv-0.so')
cd "$pkgname-$pkgver"
DESTDIR="$pkgdir/" ninja -C build install
install -vDm 644 {ChangeLog,README.md,TODO} \
More information about the arch-commits
mailing list