summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d36dfb1b396..3be370be9e39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,8 @@ pkgbase = gradio-git
depends = libgee
depends = libsoup
provides = gradio=2.3
+ conflicts = gradio
+ conflicts = gradio-bin
options = !emptydirs
source = git://github.com/haecker-felix/gradio.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9628bd2310a3..4b711bedf1df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ options=('!emptydirs')
install=gradio.install
source=("git://github.com/haecker-felix/${_gitname}.git")
md5sums=('SKIP')
-conflicts=('')
+conflicts=('gradio' 'gradio-bin')
provides=("gradio=$pkgver")
build() {
@@ -29,4 +29,4 @@ build() {
package() {
cd "$srcdir/${_gitname}/build"
make DESTDIR="${pkgdir}" install
-} \ No newline at end of file
+}