summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 398121ad0e12..e36aae66a184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgdesc="A small C++ library which makes it marginally neater to parse XML using
arch=('i686' 'x86_64')
url="http://carlh.net/libcxml"
license=('GPL')
-depends=('liblocked-sstream' 'libxml++>=2.6' 'boost-libs')
+depends=('liblocked-sstream-git' 'libxml++>=2.6' 'boost-libs')
makedepends=('python2' 'pkg-config' 'boost')
-provides=('libcxml=0.15.4devel')
+provides=('libcxml')
conflicts=('libcxml')
source=("libcxml-git::git+https://github.com/cth103/libcxml.git")
sha256sums=('SKIP')