summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hafner2017-02-13 00:07:15 +0100
committerSimon Hafner2017-02-13 00:07:28 +0100
commit5168539cccae8435b8ae3c8227e8fb890365c315 (patch)
treebef6ae0dbed1fac74dcc027f61af83c70f31c0f3
parentff59e75da77e8abe286fa701ee105c45db41af7e (diff)
downloadaur-5168539cccae8435b8ae3c8227e8fb890365c315.tar.gz
Fixed incorrect provides/conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d96b1aa3712..c9657292f3a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,8 @@ pkgbase = libao-git
makedepends = libpulse
makedepends = git
depends = alsa-lib
- provides = libao-pulse=1.2.2.r2.1f998f5-1
- conflicts = libao-pulse
- replaces = libao-pulse
+ provides = libao=1.2.2.r2.1f998f5-1
+ conflicts = libao
backup = etc/libao.conf
source = git+https://github.com/xiph/libao.git
source = libao.conf
diff --git a/PKGBUILD b/PKGBUILD
index a5d985d45450..f1e3d3e22e62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('alsa-lib')
makedepends=('libpulse' 'git')
-provides=('libao')
+provides=("libao=${pkgver}-${pkgrel}")
conflicts=('libao')
backup=('etc/libao.conf')
source=("git+https://github.com/xiph/libao.git"
@@ -19,9 +19,6 @@ source=("git+https://github.com/xiph/libao.git"
sha1sums=('SKIP'
'603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
-conflicts=('libao-pulse')
-provides=("libao-pulse=${pkgver}-${pkgrel}")
-replaces=('libao-pulse')
pkgver() {
cd "$srcdir/${pkgname%-git}"