summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Hernandez-Cerdan2018-05-23 13:02:39 -0400
committerPablo Hernandez-Cerdan2018-05-23 13:02:39 -0400
commit22c5e8a75197557a0c20919936b5e9fbf8cf18a0 (patch)
tree6ab8d06103b0e4f41d601e62ecd87f52cb577c54
parent9b3946a057aa7b6c1f8de11b50c213b979be4c59 (diff)
downloadaur-22c5e8a75197557a0c20919936b5e9fbf8cf18a0.tar.gz
Fix provides.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 770060f41565..6d08f0345dfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=1
pkgdesc='Small build system with a focus on speed - Kitware version with JobServer and Fortran compatibility'
arch=(x86_64)
url='https://github.com/Kitware/ninja'
-provides=('ninja')
+provides=(ninja)
license=(Apache)
depends=(gcc-libs)
makedepends=(python2 re2c emacs-nox)