summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2022-02-05 07:00:25 +1100
committerLuis Aranguren2022-02-05 07:00:25 +1100
commit01c02475133291ee79edd9c351c7840294359c97 (patch)
tree52f847c9dc5f7cc4ae7e9c656555dcd0797a147c /PKGBUILD
parent076d5d1c999424583c72b00392e9653610044643 (diff)
downloadaur-c-lightning-git.tar.gz
0.10.10.2.r10771.c0e3155bb, added python-mako and mrkd to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9840f88cb2d1..29845ac6fe5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Nicola Squartini <tensor5@gmail.com>
pkgname=c-lightning-git
-pkgver=0.10.1.r10187.405b914dd
+pkgver=0.10.2.r10771.c0e3155bb
pkgrel=1
pkgdesc='A Lightning Network implementation in C'
arch=('i686' 'x86_64')
url='https://github.com/ElementsProject/lightning'
license=('custom')
depends=('gmp' 'libsodium' 'sqlite')
-makedepends=('clang' 'git' 'python-pytest')
+makedepends=('clang' 'git' 'python-pytest' 'python-mako' 'mrkd')
source=('git+https://github.com/ElementsProject/lightning.git'
'git+https://github.com/zserge/jsmn.git'
'git+https://github.com/ianlancetaylor/libbacktrace.git'