summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2016-09-20 23:26:39 -0500
committerXavierCLL2016-09-20 23:26:39 -0500
commitc382818b9a003949324e4b25c620c04cdcb2310e (patch)
tree079ada3081e5212ecba78ea7847f384d3421728d
parent080d534991374dac397de6d92fae233d94275edf (diff)
downloadaur-python2-fmask.tar.gz
Updated version
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88a02d8c781d..35e7f83715fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Apr 14 22:38:52 UTC 2016
+# Wed Sep 21 04:26:29 UTC 2016
pkgbase = python2-fmask
- pkgdesc = Python modules which makes it easy to write raster processing code in Python
- pkgver = 0.3.0
+ pkgdesc = Implementation in Python of the cloud and shadow algorithms known collectively as Fmask
+ pkgver = 0.4.2
pkgrel = 1
- url = http://rioshome.org/
+ url = http://pythonfmask.org/
arch = any
- license = GPLv3
+ license = GPLv2
depends = python2
- source = https://bitbucket.org/chchrsc/python-fmask/downloads/python-fmask-0.3.0.tar.gz
- sha256sums = a16cf48111416f8d91dadb415b07778b075b49b0f78013b04ccac9c079995b22
+ depends = python2-rios
+ source = https://bitbucket.org/chchrsc/python-fmask/downloads/python-fmask-0.4.2.tar.gz
+ sha256sums = 2aba33c616920cec8dc6fd2fdac3aaab5a180a1e0ead892380c9b359e273cc02
pkgname = python2-fmask
diff --git a/PKGBUILD b/PKGBUILD
index b80a5ebfe349..a2aeea1d0cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: XavierCLL
pkgname=python2-fmask
-pkgver=0.3.0
+pkgver=0.4.2
pkgrel=1
pkgdesc="Implementation in Python of the cloud and shadow algorithms known collectively as Fmask"
arch=('any')
@@ -9,7 +9,7 @@ url="http://pythonfmask.org/"
license=('GPLv2')
depends=('python2' 'python2-rios')
source=("https://bitbucket.org/chchrsc/python-fmask/downloads/python-fmask-$pkgver.tar.gz")
-sha256sums=('a16cf48111416f8d91dadb415b07778b075b49b0f78013b04ccac9c079995b22')
+sha256sums=('2aba33c616920cec8dc6fd2fdac3aaab5a180a1e0ead892380c9b359e273cc02')
build() {
cd python-fmask-$pkgver/