summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2016-09-14 21:08:28 +0200
committerMarkus Kalb2016-09-14 21:08:28 +0200
commit89ae09ecc231010210c445cb26da6ca65221d809 (patch)
treeb88ef2ee48abc2b0f4f6e2dc66334634a8a06a72
parentb1d97a411f2d65745cf72bfcf366ec5c28bd3885 (diff)
downloadaur-89ae09ecc231010210c445cb26da6ca65221d809.tar.gz
update boost dep to 1.61.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ec0505dd3c3..a30979d48f1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 16 17:19:46 UTC 2016
+# Wed Sep 14 19:08:14 UTC 2016
pkgbase = libcxml
pkgdesc = A small C++ library which makes it marginally neater to parse XML using libxml++
pkgver = 0.15.1
- pkgrel = 2
+ pkgrel = 3
url = http://carlh.net/libcxml
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = libcxml
makedepends = pkg-config
makedepends = boost
depends = libxml++>=2.6
- depends = boost-libs
+ depends = boost-libs>=1.61.0
depends = libasdcp-cth
source = libcxml-0.15.1.tar.bz2::http://carlh.net/downloads/libcxml/libcxml-0.15.1.tar.bz2
sha256sums = 7e81dcd0bdb6ea6aaff84bd176f3100cc9ed409bf8d87894abef4ff0b9736dce
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