summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2015-12-07 03:47:17 +0100
committerMarkus Kalb2015-12-07 03:47:17 +0100
commit9371b8d7563c7a3e668fa37f2e9fee8c24598a4d (patch)
tree6e0d9ee7e7d263dc0d618ee24fad9a8ed86297dd
parente7cabdff3de69f87260f897fe53a803210604848 (diff)
downloadaur-9371b8d7563c7a3e668fa37f2e9fee8c24598a4d.tar.gz
Version 0.15.0-1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8da6609e800..8aabfc43a7b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libcxml
-pkgver=0.14.0
+pkgver=0.15.0
pkgrel=1
pkgdesc="A small C++ library which makes it marginally neater to parse XML using libxml++"
arch=('i686' 'x86_64')
@@ -9,9 +9,9 @@ url="http://carlh.net/libcxml"
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")
+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=('1920c376ce7c498c3dc6fbbea57a84fe943208b65d3a6c0d2667067a5360af3f')
+sha256sums=('02f7afc8851b5fc12d2868a4f899dd343efbfc4e4fb7adf74f26450afd7a265f')
build() {