summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cf676244e81..d323f14d9dd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libcxml
pkgdesc = A small C++ library which makes it marginally neater to parse XML using libxml++
- pkgver = 0.11.0
- pkgrel = 5
+ pkgver = 0.12.0
+ pkgrel = 1
url = http://carlh.net/software/libcxml/
arch = i686
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = libcxml
makedepends = boost
depends = libxml++>=2.6
depends = boost-libs
- source = libcxml.tar.bz2::http://carlh.net/downloads/libcxml/libcxml-0.11.0.tar.bz2
- sha256sums = 1c5c8bdbc77a19c02b0f783fa774ce33414ebd1c13f7dc276ae63dc010e639c6
+ source = libcxml.tar.bz2::http://carlh.net/downloads/libcxml/libcxml-0.12.0.tar.bz2
+ sha256sums = f08f948832873a0270efc6c02be5fbfc416e9ead2ccd1a66578931a54ec6363f
pkgname = libcxml
diff --git a/PKGBUILD b/PKGBUILD
index ade0f9633fd7..437c98b6f2a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libcxml
-pkgver=0.11.0
-pkgrel=5
+pkgver=0.12.0
+pkgrel=1
pkgdesc="A small C++ library which makes it marginally neater to parse XML using libxml++"
arch=('i686' 'x86_64')
url="http://carlh.net/software/libcxml/"
@@ -10,7 +10,8 @@ license=('GPL')
depends=('libxml++>=2.6' 'boost-libs')
makedepends=('python2' 'pkg-config' 'boost')
source=("${pkgname}.tar.bz2::http://carlh.net/downloads/libcxml/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('1c5c8bdbc77a19c02b0f783fa774ce33414ebd1c13f7dc276ae63dc010e639c6')
+#http://carlh.net/downloads/libcxml/libcxml-0.12.0.tar.bz2
+sha256sums=('f08f948832873a0270efc6c02be5fbfc416e9ead2ccd1a66578931a54ec6363f')
build() {