summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoward Cheung2020-07-02 22:09:30 +0800
committerHoward Cheung2020-07-02 22:09:30 +0800
commit3937b1ed8d17d2ceeb9acd7877b244a2509ee389 (patch)
tree3c139b1680627617d08f8b140e16a61e802c6910
parent441a52265e9f0a936a0d348201792062bd1a2cea (diff)
downloadaur-3937b1ed8d17d2ceeb9acd7877b244a2509ee389.tar.gz
Fix a misspelling
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 766ff30bcf17..d89796f15c66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = interception-caps2esc-4modifiers-git
makedepends = cmake
makedepends = gcc
depends = interception-tools
+ provides = caps2esc
+ provides = interception-caps2esc
conflicts = caps2esc
conflicts = interception-caps2esc
source = interception-caps2esc-4modifiers-git::git+https://gitlab.com/h-cheung/caps2esc/
diff --git a/PKGBUILD b/PKGBUILD
index 1832dac2d8fd..6a69e6106c20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://gitlab.com/h-cheung/caps2esc/'
depends=('interception-tools')
makedepends=('cmake' 'gcc')
conflicts=('caps2esc' 'interception-caps2esc')
-provide=('caps2esc' 'interception-caps2esc')
+provides=('caps2esc' 'interception-caps2esc')
source=("$pkgname::git+https://gitlab.com/h-cheung/caps2esc/")
md5sums=("SKIP")