summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Bernard2023-07-11 19:22:42 -0500
committerJohn Bernard2023-07-11 19:23:00 -0500
commitdcad64d7ff70a7e5a36dc375ed3ad1e4ccd027a2 (patch)
tree7b73aee7c0186c37296e6ebeeb6e81e916612c87
parent24b06cf74d751070ba86ff86cbfc2d54b55eb618 (diff)
downloadaur-dcad64d7ff70a7e5a36dc375ed3ad1e4ccd027a2.tar.gz
Remove conflicts field
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef5b9c10cc0b..57fca88ae005 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,6 @@ pkgbase = hyprshade
depends = python-typer
depends = util-linux
provides = hyprshade
- conflicts = hyprshade-git
source = https://files.pythonhosted.org/packages/source/h/hyprshade/hyprshade-0.1.1.tar.gz
sha256sums = 598e51bf2ee0e97610a63134aaf616a849a1b7c9194207925a86019e316f882f
diff --git a/PKGBUILD b/PKGBUILD
index f681004bc1ed..d7ba51eb3165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,6 @@ depends=(
)
makedepends=(git python-{build,installer})
provides=($pkgname)
-conflicts=(${pkgname}-git)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('598e51bf2ee0e97610a63134aaf616a849a1b7c9194207925a86019e316f882f')