summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 014e84f577fc..a71f9f9fb8f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 18 12:21:08 UTC 2016
+# Mon Apr 3 15:24:10 UTC 2017
pkgbase = libcxml
pkgdesc = A small C++ library which makes it marginally neater to parse XML using libxml++
pkgver = 0.15.4
- pkgrel = 1
+ pkgrel = 2
url = http://carlh.net/libcxml
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libcxml
makedepends = python2
makedepends = pkg-config
makedepends = boost
- depends = libxml++>=2.6
+ depends = libxml++2.6
depends = boost-libs>=1.61.0
depends = libasdcp-cth>=0.1.3
depends = liblocked-sstream>=0.0.5
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() {