summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Ranza2018-05-08 23:12:06 +0200
committerFilippo Ranza2018-05-08 23:12:06 +0200
commit21bd5fc6dff2c0ab750efc7c332c8310a19d9690 (patch)
tree0fac4960487eccc3d76a7fb18f44ae8987e9b12f
parent7e330fa1aa425960ee1469f1ed1e0a1bdf82f68f (diff)
downloadaur-21bd5fc6dff2c0ab750efc7c332c8310a19d9690.tar.gz
switched to CMake
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96fbae5d1fdb..81bce1673875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="git@github.com:FilippoRanza/bfi.git"
makedepends=('git')
license=('GPL')
+makedepends=('cmake')
depends=('readline')
source=('git+https://github.com/FilippoRanza/bfi.git')
md5sums=('SKIP')