summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-07-26 21:31:39 +0200
committerChristopher Arndt2020-07-26 21:31:39 +0200
commit770c872eeefe08cac89f81e7a9145cec83226b8b (patch)
tree2a106c4ccd11adfde6d233a169a1d1467d176127
parent38a02dba217b4cb37319451e54ea93f2e1e47c7e (diff)
downloadaur-770c872eeefe08cac89f81e7a9145cec83226b8b.tar.gz
Add missing 'lv2lint' make dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b0806eab7d6..588cb7dcbeb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xtinyterror.lv2-git
pkgdesc = An amplifier simulation LV2 plugin modelled after a small british valve amp (git version)
- pkgver = r9.6e37057
+ pkgver = r11.714cc15
pkgrel = 1
url = https://github.com/brummer10/XTinyTerror.lv2
arch = i686
@@ -10,11 +10,12 @@ pkgbase = xtinyterror.lv2-git
license = 0BSD
makedepends = git
makedepends = lv2
+ makedepends = lv2lint
depends = cairo
depends = gcc-libs
depends = libx11
provides = xtinyterror.lv2
- provides = xtinyterror.lv2=r9.6e37057
+ provides = xtinyterror.lv2=r11.714cc15
provides = xtinyterror.lv2
conflicts = xtinyterror.lv2
conflicts = xtinyterror.lv2
diff --git a/PKGBUILD b/PKGBUILD
index 194eb99d8334..1bf296728c11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _reponame=XTinyTerror.lv2
_pkgname=xtinyterror.lv2
_lv2uri="http://guitarix.sourceforge.net/plugins/${_reponame//.lv2}_#_tinyterror_"
pkgname="${_pkgname}-git"
-pkgver=r9.6e37057
+pkgver=r11.714cc15
pkgrel=1
pkgdesc="An amplifier simulation LV2 plugin modelled after a small british valve amp (git version)"
arch=('i686' 'x86_64')
url="https://github.com/brummer10/${_reponame}"
license=('0BSD')
depends=('cairo' 'gcc-libs' 'libx11')
-makedepends=('git' 'lv2')
+makedepends=('git' 'lv2' 'lv2lint')
groups=('pro-audio' 'lv2-plugins')
provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}" "${_pkgname//-/.}")
conflicts=("${_pkgname}" "${_pkgname//-/.}")