summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbastimeyer2022-10-07 02:30:03 +0200
committerbastimeyer2022-10-07 02:30:03 +0200
commit69457396ca05f2be318effae3ae87bcc632bc216 (patch)
tree00571d1ad8fbbd1d5ac8d751bbf8681145f6846b
parent4d1376620df1a5d0a853b49931905a132ad892c3 (diff)
downloadaur-69457396ca05f2be318effae3ae87bcc632bc216.tar.gz
Add `conflicts` in addition to `provides`
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8addf4ec5e80..06260a89c5a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = streamlink-twitch-gui-bin
depends = nss
depends = streamlink
provides = streamlink-twitch-gui
+ conflicts = streamlink-twitch-gui
options = !strip
source_i686 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.2.0/streamlink-twitch-gui-v2.2.0-linux32.tar.gz
sha256sums_i686 = 6905f3314067d6aecca4aeb16f31844c44797cbb3efa346200290d2e0e1d3b89
diff --git a/PKGBUILD b/PKGBUILD
index 3c5bf3eee6ac..18efb624afcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=("i686" "x86_64")
url="https://github.com/streamlink/streamlink-twitch-gui"
license=("MIT")
provides=("${_pkgname}")
+conflicts=("${_pkgname}")
depends=("alsa-lib" "gtk3" "libxss" "nss" "streamlink")
options=(!strip)
source_i686=("https://github.com/streamlink/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}-linux32.tar.gz")