summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Davies2023-08-20 20:50:20 +1200
committerPhillip Davies2023-08-20 20:50:20 +1200
commitb05078e9d064fbe558cf65ba6052ffbc3f1d04c1 (patch)
tree99f7e923112c24cb258140dcf11b44c7aa1612db
parent40fe55eea2a499f6cba8cadcabbfcaac2a84768a (diff)
downloadaur-b05078e9d064fbe558cf65ba6052ffbc3f1d04c1.tar.gz
So I may have been using the AUR wrong
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f28b1cdb537..b5799e66b7aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ 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 7c6f257fa5e3..daab0c12dc64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ depends=('gcc-libs' 'swww' 'gtk4')
makedepends=('git' 'cargo')
optdepends=('webp-pixbuf-loader: Render .webp images')
provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
options=(!lto)
source=('gswww::git+https://github.com/Ph1lll/Gswww.git')
sha256sums=('SKIP')