summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-08-27 14:12:12 -0400
committerVincent Grande2020-08-27 14:12:12 -0400
commit614217ad663d9d165165ababf6c10fe9c6089bb5 (patch)
tree515a1f720f8da4aabc6c6cfa5f25c4679b1bbee7
parentf63b9c5bdab6fb97a2e7bf58ee22beba12c6dbd9 (diff)
downloadaur-614217ad663d9d165165ababf6c10fe9c6089bb5.tar.gz
another fix
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef18cab72680..3b3b23c9ae9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,4 +23,5 @@ pkgname = openal-minimal-git
provides = openal=1.18.1.r84.g5ec11a01
provides = openal
conflicts = openal
+ conflicts = openal-git
diff --git a/PKGBUILD b/PKGBUILD
index 20fd990d272a..7cb8f62628ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ package_openal-minimal-git() {
optdepends=('qt5-base: alsoft-config GUI Configurator'
'fluidsynth: MIDI rendering')
provides=("openal=$pkgver" openal)
- conflicts=("openal")
+ conflicts=("openal" "openal-git")
DESTDIR="$pkgdir" ninja -C openal-soft install
install -Dt "$pkgdir/usr/share/doc/openal" -m644 openal-soft/docs/*