summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo J. S. Bellini2022-06-09 01:08:15 -0300
committerDanilo J. S. Bellini2022-06-09 01:08:15 -0300
commit7a7053f6d11037ec72509e8eb4fafedf606bdb7b (patch)
tree28491191fde44dc99866b3b55500bb1cab101be4
parentcddf23a4b503740dbc7ed3a0ca8528861fc712dc (diff)
downloadaur-7a7053f6d11037ec72509e8eb4fafedf606bdb7b.tar.gz
v1.2.9-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14f537f6ad0c..fa14e77e8ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tuiview
pkgdesc = Lightweight raster GIS viewer and attribute table writer
- pkgver = 1.2.6
+ pkgver = 1.2.9
pkgrel = 1
url = http://tuiview.org
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = tuiview
depends = python-pyqt5
optdepends = kealib: KEA raster file format support
options = !emptydirs
- source = https://github.com/ubarsc/tuiview/archive/tuiview-1.2.6.tar.gz
- sha256sums = a27fce7f6099df79922cc24a4fb29b5774229bc23988e52016045ffc5e225455
+ source = https://github.com/ubarsc/tuiview/archive/tuiview-1.2.9.tar.gz
+ sha256sums = 544c34b02f64688a2b46f345c6038964ef0da2cec0ca8a666953e11a0b0b4d0d
pkgname = tuiview
-
diff --git a/PKGBUILD b/PKGBUILD
index 871a0b73fe87..18c498680aa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Danilo J. S. Bellini <danilo dot bellini at gmail dot com>
pkgname=('tuiview')
-pkgver=1.2.6
+pkgver=1.2.9
pkgrel=1
pkgdesc="Lightweight raster GIS viewer and attribute table writer"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('python-numpy' 'python-gdal' 'python-pyqt5')
optdepends=('kealib: KEA raster file format support')
options=(!emptydirs)
source=("https://github.com/ubarsc/tuiview/archive/tuiview-$pkgver.tar.gz")
-sha256sums=('a27fce7f6099df79922cc24a4fb29b5774229bc23988e52016045ffc5e225455')
+sha256sums=('544c34b02f64688a2b46f345c6038964ef0da2cec0ca8a666953e11a0b0b4d0d')
package() {
cd "$srcdir/tuiview-tuiview-$pkgver"