summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2020-01-31 04:48:37 +0100
committerMarkus Kalb2020-01-31 04:48:37 +0100
commit0a00c4ef4b690fa9220e363416e2c027b267d7cd (patch)
tree9a4c852bd5c46119017238ab5eb4d0dde952de5d
parent022908d9311ce96c5e13c989c8b9256c5b817f64 (diff)
downloadaur-0a00c4ef4b690fa9220e363416e2c027b267d7cd.tar.gz
boost dep version lift
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2c12a4909c6..c174d6ed33bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = libcxml
makedepends = pkg-config
makedepends = boost
depends = libxml++2.6
- depends = boost-libs>=1.61.0
+ depends = boost-libs>=1.72.0
depends = libasdcp-cth>=0.1.3
depends = liblocked-sstream>=0.0.5
source = libcxml-0.16.1.tar.bz2::https://carlh.net/downloads/libcxml/libcxml-0.16.1.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index b7d14348af72..ea8618273f7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A small C++ library which makes it marginally neater to parse XML using
arch=('i686' 'x86_64')
url="https://carlh.net/libcxml"
license=('GPL')
-depends=('libxml++2.6' 'boost-libs>=1.61.0' 'libasdcp-cth>=0.1.3' 'liblocked-sstream>=0.0.5')
+depends=('libxml++2.6' 'boost-libs>=1.72.0' 'libasdcp-cth>=0.1.3' 'liblocked-sstream>=0.0.5')
makedepends=('python2' 'pkg-config' 'boost')
source=("${pkgname}-${pkgver}.tar.bz2::https://carlh.net/downloads/libcxml/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('664b97fa8add07f97b0354acc5991f4fc214bfbdaba169508298fd17f381dae7')