summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cdb1efef3e6..efeadf4ccce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kealib
pkgdesc = An HDF5 Based Raster File Format and its GDAL plugin
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = http://kealib.org
arch = i686
@@ -10,7 +10,7 @@ pkgbase = kealib
depends = hdf5
depends = gdal
options = !emptydirs
- source = https://github.com/ubarsc/kealib/releases/download/kealib-1.5.1/kealib-1.5.1.tar.gz
- sha256sums = 06cd547b1e40394b9539beaf6982bd249e8ee93d6150295e9cd9161d00829657
+ source = https://github.com/ubarsc/kealib/releases/download/kealib-1.5.2/kealib-1.5.2.tar.gz
+ sha256sums = c4e17c472761a39e45184b5fa687395b319ac75430e0f6584dbf4cec6e335572
pkgname = kealib
diff --git a/PKGBUILD b/PKGBUILD
index 185a124296c5..7ee9b81a8752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Danilo J. S. Bellini <danilo dot bellini at gmail dot com>
# Contributor: dobedobedo <dobe0331 at gmail dot com>
pkgname=('kealib')
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc="An HDF5 Based Raster File Format and its GDAL plugin"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('hdf5' 'gdal')
options=(!emptydirs)
_github=https://github.com/ubarsc/kealib
source=("$_github/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('06cd547b1e40394b9539beaf6982bd249e8ee93d6150295e9cd9161d00829657')
+sha256sums=('c4e17c472761a39e45184b5fa687395b319ac75430e0f6584dbf4cec6e335572')
build() {
cd "$srcdir/$pkgname-$pkgver"