summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Kalb2015-07-28 16:17:20 +0200
committerMarkus Kalb2015-07-28 16:17:20 +0200
commitabedc8318e64b854fe21a34f018612bd86faf834 (patch)
tree8daf3ff176d7d6cad39dfee83a1750e34cbed5c2 /PKGBUILD
parentc39dfa3d7aec438112ae025772a49b22bd3cd36e (diff)
downloadaur-abedc8318e64b854fe21a34f018612bd86faf834.tar.gz
libcxml-0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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() {