summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2016-11-13 14:45:00 +0100
committerMarkus Kalb2016-11-13 14:45:00 +0100
commite6f6fc257c9eda1b32df167e83fb3d190e28f213 (patch)
treed5761e2d0cb454ed99bf53d8b444f0ee0b90ef5e
parent89ae09ecc231010210c445cb26da6ca65221d809 (diff)
downloadaur-e6f6fc257c9eda1b32df167e83fb3d190e28f213.tar.gz
version 0.15.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a30979d48f1d..1f552db6ac8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Sep 14 19:08:14 UTC 2016
+# Sun Nov 13 13:45:00 UTC 2016
pkgbase = libcxml
pkgdesc = A small C++ library which makes it marginally neater to parse XML using libxml++
- pkgver = 0.15.1
- pkgrel = 3
+ pkgver = 0.15.4
+ pkgrel = 1
url = http://carlh.net/libcxml
arch = i686
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = libcxml
depends = libxml++>=2.6
depends = boost-libs>=1.61.0
depends = libasdcp-cth
- source = libcxml-0.15.1.tar.bz2::http://carlh.net/downloads/libcxml/libcxml-0.15.1.tar.bz2
- sha256sums = 7e81dcd0bdb6ea6aaff84bd176f3100cc9ed409bf8d87894abef4ff0b9736dce
+ source = libcxml-0.15.4.tar.bz2::http://carlh.net/downloads/libcxml/libcxml-0.15.4.tar.bz2
+ sha256sums = 945e513b5eb366d34a71b965733d583b621201070103826356318783502f0d29
pkgname = libcxml
diff --git a/PKGBUILD b/PKGBUILD
index 6a3c3090edae..a26620532c0a 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.15.1
-pkgrel=3
+pkgver=0.15.4
+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/libcxml"
@@ -11,7 +11,7 @@ depends=('libxml++>=2.6' 'boost-libs>=1.61.0' 'libasdcp-cth')
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=('7e81dcd0bdb6ea6aaff84bd176f3100cc9ed409bf8d87894abef4ff0b9736dce')
+sha256sums=('945e513b5eb366d34a71b965733d583b621201070103826356318783502f0d29')
build() {