diff options
author | Nicholas Wang | 2018-07-07 02:59:44 +0800 |
---|---|---|
committer | Nicholas Wang | 2018-07-07 02:59:44 +0800 |
commit | e5e16b10d1ee034b69e03bb90072ea9332e39368 (patch) | |
tree | f1a283d630a32b35dbea2d8fb0aac0226734f7a2 /PKGBUILD | |
parent | 9ea6e38efc1b6c7cefda2096f408b85724e05fe2 (diff) | |
download | aur-e5e16b10d1ee034b69e03bb90072ea9332e39368.tar.gz |
add cmake makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ pkgname=libtgbot-cpp-git pkgver=r218.7f38839 -pkgrel=2 +pkgrel=3 pkgdesc="C++ library for Telegram bot API." arch=('x86_64') url="https://github.com/reo7sp/tgbot-cpp" license=('MIT') depends=('openssl' 'boost-libs') -makedepends=('boost') +makedepends=('boost' 'cmake') replaces=("libtgbot-cpp") source=('tgbot-cpp::git+https://github.com/reo7sp/tgbot-cpp.git#branch=master' 'shared.patch') |