ledger: rebuild against boost-1.68.0

This commit is contained in:
John Zimmermann 2018-09-30 15:39:13 +02:00
parent 90da63b962
commit 5d62fec8b7
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- src/utils.h 2016-01-11 16:59:38.000000000 +0100
+++ - 2018-10-01 19:53:37.981217940 +0200
@@ -44,7 +44,7 @@
#ifndef _UTILS_H
#define _UTILS_H
-#include <boost/uuid/sha1.hpp>
+#include <boost/uuid/detail/sha1.hpp>
/**
* @name Default values

View File

@ -1,7 +1,7 @@
# Template file for 'ledger'
pkgname=ledger
version=3.1.1
revision=8
revision=9
build_style=cmake
maintainer="Daniel Santana <daniel@santana.tech>"
makedepends="boost-devel gmp-devel mpfr-devel gettext-devel libedit-devel"