summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b267e459ac15..c7d2f8f78ee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = nordic-wallpapers-git
arch = any
license = MIT
makedepends = git
+ provides = nordic-wallpapers
+ conflicts = nordic-wallpapers
source = nordic-wallpapers-git::git+https://github.com/linuxdotexe/nordic-wallpapers
md5sums = SKIP
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')