summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBBaoVanC2021-01-14 14:51:18 -0600
committerBBaoVanC2021-01-14 14:51:18 -0600
commit052dc37214182e4d70f0228f3ccb96d59d6b60ba (patch)
treee3ebd4046432414149a0bde431d988878252b7f7 /PKGBUILD
parent32bbe3ce72793e71d20537b6ad622d47abb17071 (diff)
downloadaur-052dc37214182e4d70f0228f3ccb96d59d6b60ba.tar.gz
Add conflicts to PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc6092eb96f0..28e33e1e4001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/propruhh/nekofetch"
depends=(curl jq jp2a neofetch)
makedepends=(git make)
provides=($_pkgname)
+conflicts=($_pkgname)
source=("git+https://github.com/propruhh/$_pkgname.git")
sha256sums=('SKIP')