summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5218bd6580c1..99ee994b3cc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 23 05:49:21 UTC 2016
+# Mon May 16 08:57:57 UTC 2016
pkgbase = libisds
pkgdesc = Client library for accessing SOAP services of ISDS (Data Box Information System)
- pkgver = 0.10.2
+ pkgver = 0.10.3
pkgrel = 1
url = http://xpisar.wz.cz/libisds/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = libisds
license = LGPL
depends = libxml2
depends = expat
- source = http://xpisar.wz.cz/libisds/dist/libisds-0.10.2.tar.xz
- sha256sums = 841137d91f8c3f87497c8c9802783361d7e41c487c0571ada4fc3a0020d059b3
+ source = http://xpisar.wz.cz/libisds/dist/libisds-0.10.3.tar.xz
+ sha256sums = 224c36bcdab005635fe3bdf35edbb06e330e1f5d4defe295649e54b8507bb7c4
pkgname = libisds
diff --git a/PKGBUILD b/PKGBUILD
index ce201cf76fe6..8f22b927dd82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=libisds
-pkgver=0.10.2
+pkgver=0.10.3
pkgrel=1
pkgdesc="Client library for accessing SOAP services of ISDS (Data Box Information System)"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://xpisar.wz.cz/libisds/"
license=('LGPL')
depends=('libxml2' 'expat')
source=(http://xpisar.wz.cz/$pkgname/dist/$pkgname-$pkgver.tar.xz)
-sha256sums=('841137d91f8c3f87497c8c9802783361d7e41c487c0571ada4fc3a0020d059b3')
+sha256sums=('224c36bcdab005635fe3bdf35edbb06e330e1f5d4defe295649e54b8507bb7c4')
build() {
cd "${srcdir}"/$pkgname-$pkgver