diff options
author | dobedobedo | 2022-10-05 22:42:45 +0300 |
---|---|---|
committer | dobedobedo | 2022-10-05 22:42:45 +0300 |
commit | 6d4dcf23361c51280cfa7a7c88b225eb13bfd575 (patch) | |
tree | 52e6c27b14af5bdfe28686905c72c4cd522672bc /PKGBUILD | |
parent | 97b6798dbb6d800dec6dc5d8e27fec8791b33069 (diff) | |
download | aur-6d4dcf23361c51280cfa7a7c88b225eb13bfd575.tar.gz |
Update to 4.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |