summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Kalb2017-04-03 17:26:15 +0200
committerMarkus Kalb2017-04-03 17:26:15 +0200
commit35861156f6904dca5967f2eded40ced2b3bbaacd (patch)
tree870b961ad8f337bb247243014538955aeeae1784 /PKGBUILD
parent55c023c457d5608559762f3cd605af1a52af56e3 (diff)
downloadaur-35861156f6904dca5967f2eded40ced2b3bbaacd.tar.gz
fix dependency after Arch Linux upgrade to libxml++ 2.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf2ee22ea7db..8ea8765e17c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libcxml
pkgver=0.15.4
-pkgrel=1
+pkgrel=2
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>=1.61.0' 'libasdcp-cth>=0.1.3' 'liblocked-sstream>=0.0.5')
+depends=('libxml++2.6' 'boost-libs>=1.61.0' 'libasdcp-cth>=0.1.3' 'liblocked-sstream>=0.0.5')
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
sha256sums=('945e513b5eb366d34a71b965733d583b621201070103826356318783502f0d29')
+#http://carlh.net/downloads/libcxml/libcxml-0.12.0.tar.bz2
build() {