summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hafner2017-02-12 23:56:36 +0100
committerSimon Hafner2017-02-12 23:56:36 +0100
commitff59e75da77e8abe286fa701ee105c45db41af7e (patch)
tree06177e4197b07dba840adaab40b57ba2cfb04cad
parentd0d00c7edf3ca97344d0da1155d78e102df93892 (diff)
downloadaur-ff59e75da77e8abe286fa701ee105c45db41af7e.tar.gz
Added provides/conflicts
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d9dd4ba0ab7..a5d985d45450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,8 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('alsa-lib')
makedepends=('libpulse' 'git')
+provides=('libao')
+conflicts=('libao')
backup=('etc/libao.conf')
source=("git+https://github.com/xiph/libao.git"
'libao.conf')