summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2023-01-28 01:10:06 +0200
committerDimitris Kiziridis2023-01-28 01:10:06 +0200
commit4b3dbb707ad4aadb4ba200c200b6e2d18e4445d1 (patch)
treed228886930c140e346709a082d2d979bea44e3ef
parent8c035aca7f1c9b3a1e99d8655b90599a5ac82ab9 (diff)
downloadaur-4b3dbb707ad4aadb4ba200c200b6e2d18e4445d1.tar.gz
fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d95abd2f107a..bcfc9f5515d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,9 @@ pkgbase = cht.sh-git
depends = curl
depends = xsel
depends = rlwrap
+ provides = cht.sh
conflicts = cht.sh
source = cht.sh-git::git+https://github.com/chubin/cheat.sh
sha256sums = SKIP
pkgname = cht.sh-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 12b302edc423..1e84b1d557a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="The only cheat sheet you need (command line client for cheat.sh)"
arch=('any')
url='https://github.com/chubin/cheat.sh'
license=('MIT')
-provices=('cht.sh')
+provides=('cht.sh')
conflicts=('cht.sh')
depends=('curl' 'xsel' 'rlwrap')
makedepends=('git')