summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZeioth2023-05-04 14:16:58 +0200
committerZeioth2023-05-04 14:16:58 +0200
commit81668af6efd7840cd792db1cee497ae9c3400787 (patch)
tree63804425084f69c88c26a8fee37611a0c48ec7b7 /PKGBUILD
parent15273836145dc231d310f7bc91f5fa484da79d14 (diff)
downloadaur-81668af6efd7840cd792db1cee497ae9c3400787.tar.gz
Let's make sure provides/conflicts work fine.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")