summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5799e66b7aa..8f28b1cdb537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = gswww-git
depends = gtk4
optdepends = webp-pixbuf-loader: Render .webp images
provides = gswww
+ conflicts = gswww
options = !lto
source = gswww::git+https://github.com/Ph1lll/Gswww.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index daab0c12dc64..6d453ca15017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ license=('GPL3')
depends=('gcc-libs' 'swww' 'gtk4')
makedepends=('git' 'cargo')
optdepends=('webp-pixbuf-loader: Render .webp images')
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
options=(!lto)
source=('gswww::git+https://github.com/Ph1lll/Gswww.git')