summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7f9b69147c6..c042e331a6b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,6 +21,7 @@ pkgbase = gradio
depends = libsoup
provides = gradio=4.0.1
conflicts = gradio-git
+ conflicts = gradio-bin
options = !emptydirs
source = https://github.com/haecker-felix/gradio/archive/v4.0.1.zip
md5sums = 7c50e0dc0ec944d0a7893d8a7df1c41a
diff --git a/PKGBUILD b/PKGBUILD
index a89400629d7b..73a42af1696a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ options=('!emptydirs')
install=gradio.install
source=("https://github.com/haecker-felix/${_gitname}/archive/v${pkgver}.zip")
md5sums=('7c50e0dc0ec944d0a7893d8a7df1c41a')
-conflicts=('gradio-git')
+conflicts=('gradio-git' 'gradio-bin')
provides=("gradio=$pkgver")
build() {