summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2023-05-04 14:16:58 +0200
committerZeioth2023-05-04 14:16:58 +0200
commit81668af6efd7840cd792db1cee497ae9c3400787 (patch)
tree63804425084f69c88c26a8fee37611a0c48ec7b7
parent15273836145dc231d310f7bc91f5fa484da79d14 (diff)
downloadaur-81668af6efd7840cd792db1cee497ae9c3400787.tar.gz
Let's make sure provides/conflicts work fine.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08d19ed95296..ea6b8ded58c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = wofi-emoji-git
makedepends = curl
depends = wofi
depends = wtype
- provides = wofi-emoji
+ provides = wofi-emoji-git
conflicts = wofi-emoji
source = wofi-emoji-git::git+https://github.com/Zeioth/wofi-emoji
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index be12af434e8e..07f7e681cd1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://github.com/Zeioth/wofi-emoji"
license=("MIT")
depends=("wofi" "wtype") # thanks to gilbs https://aur.archlinux.org/account/gilbs
makedepends=("git" "jq" "curl")
-provides=("${_pkgname}")
-conflicts=("${_pkgname}")
+provides=(wofi-emoji-git)
+conflicts=(wofi-emoji)
source=("${pkgname}::git+${url}")
sha512sums=("SKIP")