summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoberto Catini2017-01-12 00:55:01 +0100
committerRoberto Catini2017-01-12 00:55:01 +0100
commitc3310ee62e23d1c6db4bd0c2f5d884096aebe4c4 (patch)
treeed5fa43449d9935559c89ce7cd3bc00b8b464239 /PKGBUILD
parent49699565e99ddb311c5c554f9fe04d2a94b15f57 (diff)
downloadaur-c3310ee62e23d1c6db4bd0c2f5d884096aebe4c4.tar.gz
Update to 0.40.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1dc1bbdb8212..2d4bbce3deb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=rippled
pkgrel=1
-pkgver=0.33.0.hf1.r149.g8425e4558
+pkgver=0.40.1
pkgdesc="Ripple peer-to-peer network daemon"
arch=('i686' 'x86_64')
url="https://github.com/ripple/rippled"
@@ -8,14 +8,9 @@ license=('custom:ISC')
backup=("etc/${pkgname}/rippled.cfg" "etc/${pkgname}/validators.txt")
depends=('protobuf' 'openssl' 'boost-libs')
makedepends=('git' 'scons' 'boost')
-source=("git://github.com/ripple/rippled.git")
+source=("git://github.com/ripple/rippled.git#commit=e91aacc")
sha512sums=('SKIP')
-pkgver() {
- cd "$pkgname"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
build() {
cd "$srcdir/$pkgname"
scons