summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo J. S. Bellini2017-02-03 14:01:47 -0200
committerDanilo J. S. Bellini2017-02-03 14:01:47 -0200
commita9e2a8a60af3172c0c024f57323037e046a4e84c (patch)
tree1ed9a3a8ac9a1d09bb8dcc9a6a29af4cc43aa7f5
parentaa98a87d9b46f061d93488bc50ccbd9b20785d8e (diff)
downloadaur-a9e2a8a60af3172c0c024f57323037e046a4e84c.tar.gz
v1.1.10-1
Also removed the MD5 hash checking, keeping only the SHA256 hash
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c3d3f71dde8..2d31adf0cadb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tuiview
pkgdesc = Lightweight raster GIS viewer and attribute table writer
- pkgver = 1.1.9
+ pkgver = 1.1.10
pkgrel = 1
url = http://tuiview.org
arch = i686
@@ -13,9 +13,8 @@ pkgbase = tuiview
depends = gdal
depends = python2-pyqt4
options = !emptydirs
- source = https://bitbucket.org/chchrsc/tuiview/downloads/TuiView-1.1.9.tar.gz
- md5sums = 7d0fd3a03ebbe5bd6a2fd5e49f5b70ba
- sha256sums = 41e706f0c2d821fa7c4e07b667a3455f466bf0c3579dac8a4ab118774fc1d6ed
+ source = https://bitbucket.org/chchrsc/tuiview/downloads/TuiView-1.1.10.tar.gz
+ sha256sums = 08b8fb200bbba037884361c95d6b1dfb1f955a9087aa6a638c0e6adba42df08e
pkgname = tuiview
diff --git a/PKGBUILD b/PKGBUILD
index f90237606b0e..a191d5503a20 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.1.9
+pkgver=1.1.10
pkgrel=1
pkgdesc="Lightweight raster GIS viewer and attribute table writer"
arch=('i686' 'x86_64')
@@ -11,8 +11,7 @@ depends=("${makedepends[@]}")
options=(!emptydirs)
_srcpath="TuiView-$pkgver"
source=("https://bitbucket.org/chchrsc/$pkgname/downloads/$_srcpath.tar.gz")
-md5sums=('7d0fd3a03ebbe5bd6a2fd5e49f5b70ba')
-sha256sums=('41e706f0c2d821fa7c4e07b667a3455f466bf0c3579dac8a4ab118774fc1d6ed')
+sha256sums=('08b8fb200bbba037884361c95d6b1dfb1f955a9087aa6a638c0e6adba42df08e')
prepare() {
# Updates the shebang in Python scripts for Python 2