summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-04-15 19:07:05 +0200
committerChristopher Arndt2022-04-15 19:07:05 +0200
commit2e4a21591958cabe4a8437fe0115cd2e4e6e2170 (patch)
tree22165a42296593c976d196152b53b475d9e56b69
parentfbb502b6d9d775f83936fae1a8f7674148f57749 (diff)
downloadaur-2e4a21591958cabe4a8437fe0115cd2e4e6e2170.tar.gz
Move reuse to checkdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 189d8e41d169..13226171fb74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lv2lint-git
pkgdesc = Check whether a given LV2 plugin is up to the specification (git version)
pkgver = 0.16.0.r1.g9e5f789
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/OpenMusicKontrollers/lv2lint
arch = x86_64
license = Artistic2.0
+ checkdepends = reuse
makedepends = curl
makedepends = git
makedepends = lilv
makedepends = meson
- makedepends = reuse
depends = glibc
depends = libelf
provides = lv2lint
diff --git a/PKGBUILD b/PKGBUILD
index ad6963ce3d5c..bcec51505327 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_pkgname=lv2lint
pkgname="$_pkgname-git"
pkgver=0.16.0.r1.g9e5f789
-pkgrel=1
+pkgrel=2
pkgdesc='Check whether a given LV2 plugin is up to the specification (git version)'
arch=(x86_64)
url="https://github.com/OpenMusicKontrollers/lv2lint"
license=(Artistic2.0)
depends=(glibc libelf)
-makedepends=(curl git lilv meson reuse)
+makedepends=(curl git lilv meson)
+checkdepends=(reuse)
provides=($_pkgname)
conflicts=($_pkgname)
source=("$_pkgname::git+https://github.com/OpenMusicKontrollers/$_pkgname.git"