summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpixeljoelson2018-10-14 01:19:42 -0300
committerpixeljoelson2018-10-14 01:19:42 -0300
commit213f902cb4387509785e5e3a0023595d783ba219 (patch)
treee1269b8b77af2e76d3d22e66ba9147a18dec4c52
parent0ffe568db61a08b9cc81e43e718e7a4cf53d1513 (diff)
downloadaur-213f902cb4387509785e5e3a0023595d783ba219.tar.gz
Fixed typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80c218e26142..377ccb17c7e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('LGPL3')
groups=()
depends=('gmp')
makedepends=('git' 'stack')
-optdepends=('ccache: compilation results caching support')
+optdepends=('ccache: compilation caching support')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()