summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2022-02-05 07:00:25 +1100
committerLuis Aranguren2022-02-05 07:00:25 +1100
commit01c02475133291ee79edd9c351c7840294359c97 (patch)
tree52f847c9dc5f7cc4ae7e9c656555dcd0797a147c
parent076d5d1c999424583c72b00392e9653610044643 (diff)
downloadaur-c-lightning-git.tar.gz
0.10.10.2.r10771.c0e3155bb, added python-mako and mrkd to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad65fb84db42..7665e2a070da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = c-lightning-git
pkgdesc = A Lightning Network implementation in C
- pkgver = 0.10.1.r10187.405b914dd
+ pkgver = 0.10.2.r10771.c0e3155bb
pkgrel = 1
url = https://github.com/ElementsProject/lightning
arch = i686
@@ -9,6 +9,8 @@ pkgbase = c-lightning-git
makedepends = clang
makedepends = git
makedepends = python-pytest
+ makedepends = python-mako
+ makedepends = mrkd
depends = gmp
depends = libsodium
depends = sqlite
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'