summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Mazieres2018-04-10 09:12:58 -0700
committerDavid Mazieres2018-04-10 09:12:58 -0700
commit96ac04179106e3ea955e00c8e5edafacd936bf46 (patch)
tree3ee6f3761620c13b1bf298ad87014de228f137b7 /PKGBUILD
parent78a0cc19b6a257171bb01495467b5444dbc592a2 (diff)
downloadaur-96ac04179106e3ea955e00c8e5edafacd936bf46.tar.gz
update submodules
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef618134a781..143399c9c7da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Mazieres (http://www.scs.stanford.edu/~dm/addr/)
pkgname=stellar-core-git
-pkgver=0
+pkgver=v9.2.0.97.ga3c0cf61
pkgrel=1
pkgdesc="core daemon for backbone nodes in the payment Stellar network"
arch=(x86_64 i686)
@@ -16,9 +16,11 @@ source=('git+https://github.com/stellar/stellar-core.git'
'libmedida::git+https://github.com/stellar/medida.git'
'git+https://github.com/stellar/libsodium.git'
'git+https://github.com/xdrpp/xdrpp.git'
+ 'git+https://github.com/USCiLab/cereal'
+ 'git+https://github.com/chriskohlhoff/asio.git'
)
noextract=()
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"