summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicholas Wang2018-07-07 02:59:44 +0800
committerNicholas Wang2018-07-07 02:59:44 +0800
commite5e16b10d1ee034b69e03bb90072ea9332e39368 (patch)
treef1a283d630a32b35dbea2d8fb0aac0226734f7a2 /PKGBUILD
parent9ea6e38efc1b6c7cefda2096f408b85724e05fe2 (diff)
downloadaur-e5e16b10d1ee034b69e03bb90072ea9332e39368.tar.gz
add cmake makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9f5c7351389..798d7f78a5aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')