summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordobedobedo2022-10-05 22:42:45 +0300
committerdobedobedo2022-10-05 22:42:45 +0300
commit6d4dcf23361c51280cfa7a7c88b225eb13bfd575 (patch)
tree52e6c27b14af5bdfe28686905c72c4cd522672bc /PKGBUILD
parent97b6798dbb6d800dec6dc5d8e27fec8791b33069 (diff)
downloadaur-6d4dcf23361c51280cfa7a7c88b225eb13bfd575.tar.gz
Update to 4.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61a7b2722856..6665e2ed9975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Danilo J. S. Bellini <danilo dot bellini at gmail dot com>
_pkgname='arcsi'
pkgname=("python-$_pkgname")
-pkgver=3.8.1
-pkgrel=3
+pkgver=4.0.0
+pkgrel=1
pkgdesc="Atmospheric and Radiometric Correction of Satellite Imagery"
arch=('any')
url='https://github.com/remotesensinginfo/arcsi'
@@ -11,8 +11,8 @@ license=('GPL3')
makedepends=('python-setuptools')
depends=('python-rsgislib=4.1.95' 'python-kealib' 'gdal' 'python-rios' 'python-py6s')
options=(!emptydirs)
-source=("https://github.com/remotesensinginfo/arcsi/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('83b069487e363b26de6a2708256b55846e19a6a8a906086ac025152268208877')
+source=("https://github.com/remotesensinginfo/arcsi/archive/refs/tags/$pkgver.tar.gz")
+sha256sums=('ff78ccbb4622c4ec59b66f0309d5716ba2c70b0b13b8df53e75909f27380ee2b')
build() {
cd "$srcdir/$_pkgname-$pkgver"