summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2018-10-22 21:25:45 +0200
committerFrederik “Freso” S. Olesen2018-10-22 21:26:42 +0200
commit384b1508d09d1619b324aaa6172254e41e395147 (patch)
tree72e162a5155eb93ffe5c939c1be7c4734f08355b /PKGBUILD
parent29b900b1c355352dde362872eab2c70b9f594603 (diff)
downloadaur-picard-plugins-git.tar.gz
Remove version specification for "picard" dependency
See reasoning in last commit (commit 29b900b1c355352dde362872eab2c70b9f594603): > (Even though we're on Arch, so only ever the latest stable version is > supported, and 2.0.x has been in Arch for a while now, so we shouldn't > even need to check this…)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dc5ce754ee0..668e872822d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="https://picard.musicbrainz.org/plugins/"
license=('GPL')
depends=(
- "picard>=${_pkgver}"
+ 'picard'
'python-aubio' # Required by `bpm` plugin
)
conflicts=('picard-plugins-v2-git')