summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo J. S. Bellini2024-02-05 01:08:42 -0300
committerDanilo J. S. Bellini2024-02-05 01:08:42 -0300
commitf9678f521be4989eb027bdd0a562fd6f65d3b43e (patch)
tree46b2e7063948a2509360de053595b2cc37c69caa
parent9419c289f9cb4bfcff7c163fb24dcdd1bb8ca01c (diff)
downloadaur-kealib.tar.gz
v1.5.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efeadf4ccce7..0f4ad69b44e7 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.2
+ pkgver = 1.5.3
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.2/kealib-1.5.2.tar.gz
- sha256sums = c4e17c472761a39e45184b5fa687395b319ac75430e0f6584dbf4cec6e335572
+ source = https://github.com/ubarsc/kealib/releases/download/kealib-1.5.3/kealib-1.5.3.tar.gz
+ sha256sums = 32b2e3c90553a03cf1e8d03781c3710500ca919bca674bc370e86f15338ee93e
pkgname = kealib
diff --git a/PKGBUILD b/PKGBUILD
index 7ee9b81a8752..8a68a2f880de 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.2
+pkgver=1.5.3
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=('c4e17c472761a39e45184b5fa687395b319ac75430e0f6584dbf4cec6e335572')
+sha256sums=('32b2e3c90553a03cf1e8d03781c3710500ca919bca674bc370e86f15338ee93e')
build() {
cd "$srcdir/$pkgname-$pkgver"