diff options
author | Christopher Arndt | 2020-08-25 00:50:19 +0200 |
---|---|---|
committer | Christopher Arndt | 2020-08-25 00:50:19 +0200 |
commit | 8f7b9c70f0d0fd14ecbaf73106c9a5dd80c2f9f7 (patch) | |
tree | 405d5ae4719942be7273e9cd29f3e4088f28fc00 /PKGBUILD | |
parent | a83b9a9f62af75700ed3277903a7426b448b2a65 (diff) | |
download | aur-bschaffl.lv2-git.tar.gz |
Versioned and without '.lv2' prefix provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ _pkgname="${_name,,}.lv2" _plugin_uri="https://www.jahnichen.de/plugins/lv2/${_name}" pkgname="${_pkgname}-git" pkgdesc="Pattern-controlled MIDI amp & time stretch plugin to produce shuffle / swing effects (git version)" -pkgver=1.2.0.r0.g0c0658c +pkgver=1.2.0.r1.g3c6aee3 pkgrel=1 arch=(x86_64) url="https://github.com/sjaehn/BSchaffl" @@ -15,8 +15,8 @@ groups=('lv2-plugins' 'pro-audio') depends=('cairo' 'gcc-libs' 'glibc' 'libx11') makedepends=('git' 'lv2') checkdepends=('lv2lint') -provides=("${_pkgname}") -conflicts=("${_pkgname}") +provides=("${_name,,}" "${_name,,}=${pkgver//.r*/}" "${_pkgname}" "${_pkgname}=${pkgver//.r*/}") +conflicts=("${_name,,}" "${_pkgname}") source=("${_pkgname}::git+https://github.com/sjaehn/${_name}") md5sums=('SKIP') |