summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Kalb2016-09-14 21:08:28 +0200
committerMarkus Kalb2016-09-14 21:08:28 +0200
commit89ae09ecc231010210c445cb26da6ca65221d809 (patch)
treeb88ef2ee48abc2b0f4f6e2dc66334634a8a06a72 /PKGBUILD
parentb1d97a411f2d65745cf72bfcf366ec5c28bd3885 (diff)
downloadaur-89ae09ecc231010210c445cb26da6ca65221d809.tar.gz
update boost dep to 1.61.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c56935002fed..6a3c3090edae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libcxml
pkgver=0.15.1
-pkgrel=2
+pkgrel=3
pkgdesc="A small C++ library which makes it marginally neater to parse XML using libxml++"
arch=('i686' 'x86_64')
url="http://carlh.net/libcxml"
license=('GPL')
-depends=('libxml++>=2.6' 'boost-libs' 'libasdcp-cth')
+depends=('libxml++>=2.6' 'boost-libs>=1.61.0' 'libasdcp-cth')
makedepends=('python2' 'pkg-config' 'boost')
source=("${pkgname}-${pkgver}.tar.bz2::http://carlh.net/downloads/libcxml/${pkgname}-${pkgver}.tar.bz2")
#http://carlh.net/downloads/libcxml/libcxml-0.12.0.tar.bz2