summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-12-20 14:49:36 -0600
committerLuis Martinez2021-12-20 14:49:36 -0600
commitcf9965adb1c0aef32377fd70d4e4e4de02afd947 (patch)
tree62c9dabecc42fa2f6c47478c5a8423d0ac1a92fc /PKGBUILD
parent7c30f399fb58b8402bfcbb42bdd83e7e465be15b (diff)
downloadaur-nordic-wallpapers-git.tar.gz
add provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6897045be2f..89e3fee203bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ arch=('any')
url="https://github.com/linuxdotexe/nordic-wallpapers"
license=('MIT')
makedepends=('git')
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=("$pkgname::git+$url")
md5sums=('SKIP')