summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Silveira2019-08-14 17:36:08 -0300
committerLuiz Silveira2019-08-14 17:36:08 -0300
commit3e1c33be8f592c64b3caef3530fe8c35a66e0bed (patch)
tree3cbd73157e3a512c1c27b6586d4cd3587e51fa57
parent56297b9213fd5b6cc0b2251bae584d1297603f05 (diff)
downloadaur-3e1c33be8f592c64b3caef3530fe8c35a66e0bed.tar.gz
dropped "replaces" in favour of "conflicts"
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3892505ce0e1..9f6888461521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 'l
optdepends=('alsa-lib: ALSA audio driver'
'libpulse: PulseAudio audio driver'
'jack: JACK audio driver')
-replaces=('sdl2')
+conflicts=('sdl2')
source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz")
sha512sums=('f49b869362699b3282f6e82920e59c7fac581bcbf955f18a81cc126293c08093a90df7fcb39517cc8bc32708d2213fe645a42b655d6d811c1386efebb3d3c798')