summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-10-20 21:38:06 +0100
committerFFY002018-10-20 21:38:06 +0100
commit4899f0e1e480366c3a0b72efeae7fb0b593d8e08 (patch)
tree44ccd5b0f65bc059fdbc5baa8e25e8b225fea8d4
parenteb70169d24cb2feeef8aa6cc307b63d950c61a1a (diff)
downloadaur-pulseaudio-equalizer-ladspa-git.tar.gz
add provides/conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78283ceb50f5..36f9cdbea177 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = pulseaudio-equalizer-ladspa-git
depends = pulseaudio
depends = bc
optdepends = python2-gobject: python2 support
+ provides = pulseaudio-equalizer-ladspa
+ conflicts = pulseaudio-equalizer-ladspa
source = git+https://github.com/pulseaudio-equalizer-ladspa/equalizer
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ed8f02fe9d46..3b39fbe9a6ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ license=('GPL3')
depends=('python-gobject' 'gtk3' 'swh-plugins' 'pulseaudio' 'bc')
makedepends=('git' 'meson')
optdepends=('python2-gobject: python2 support')
+provides=('pulseaudio-equalizer-ladspa')
+conflicts=('pulseaudio-equalizer-ladspa')
source=("git+$url/equalizer")
sha512sums=('SKIP')