summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo J. S. Bellini2023-10-20 01:57:57 -0300
committerDanilo J. S. Bellini2023-10-20 01:57:57 -0300
commit8f11531bdbe4130fb9d8a60ef3b19f7c5aa0c0b7 (patch)
treee2089315d4b91495a18bab1eaa6f0a4f4a36b74d
parent42fcc9ceb5a4408c4718db61cc384462e8362ef8 (diff)
downloadaur-tuiview.tar.gz
v1.2.13-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 5 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd5dfd0f7fa5..c32d10882a05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tuiview
pkgdesc = Lightweight raster GIS viewer and attribute table writer
- pkgver = 1.2.12
+ pkgver = 1.2.13
pkgrel = 1
url = http://tuiview.org
arch = x86_64
@@ -11,7 +11,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.12.tar.gz
- sha256sums = 2b562f41bcfa8bdcfb9cba484f3752a25525258d34a1d7f9cf0843cc759d7485
+ source = https://github.com/ubarsc/tuiview/archive/tuiview-1.2.13.tar.gz
+ sha256sums = afcefb9e1e09afd38c70e04ff647cb3b836cec9476461f41878836a4315e389b
pkgname = tuiview
diff --git a/PKGBUILD b/PKGBUILD
index 21ccf80a6681..37ecf7f84a4d 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.12
+pkgver=1.2.13
pkgrel=1
pkgdesc="Lightweight raster GIS viewer and attribute table writer"
arch=('x86_64')
@@ -10,17 +10,7 @@ depends=('python-setuptools' '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=('2b562f41bcfa8bdcfb9cba484f3752a25525258d34a1d7f9cf0843cc759d7485')
-
-prepare() {
- cd "$srcdir/tuiview-tuiview-$pkgver"
-
- # Fix entry points to import the module before calling "run"
- sed -ri 's/:(.*)\.run/.\1:run/' setup.py
-
- # Fix a relative import missing the leading dot
- sed -i 's/minify_json/.&/' tuiview/pseudocolor.py
-}
+sha256sums=('afcefb9e1e09afd38c70e04ff647cb3b836cec9476461f41878836a4315e389b')
package() {
cd "$srcdir/tuiview-tuiview-$pkgver"