grass: update to 7.4.1. (#853)
This commit is contained in:
parent
a854435120
commit
bb898f827a
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'grass'
|
# Template file for 'grass'
|
||||||
pkgname=grass
|
pkgname=grass
|
||||||
version=7.4.0
|
version=7.4.1
|
||||||
revision=2
|
revision=1
|
||||||
_binver=${version//./}
|
_binver=${version//./}
|
||||||
_binver=${_binver:0:2}
|
_binver=${_binver:0:2}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,10 +13,10 @@ makedepends="proj-devel tiff-devel libgdal-devel sqlite-devel
|
||||||
depends="python-numpy wxPython"
|
depends="python-numpy wxPython"
|
||||||
short_desc="Geographic Resources Analysis Support System - GIS"
|
short_desc="Geographic Resources Analysis Support System - GIS"
|
||||||
maintainer="Alex Jarosch <research@alexj.at>"
|
maintainer="Alex Jarosch <research@alexj.at>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://grass.osgeo.org/"
|
homepage="https://grass.osgeo.org/"
|
||||||
distfiles="https://grass.osgeo.org/grass${_binver}/source/${pkgname}-${version}.tar.gz"
|
distfiles="https://grass.osgeo.org/grass${_binver}/source/${pkgname}-${version}.tar.gz"
|
||||||
checksum=cb6fa188e030a3a447fc5451fbe0ecbeb4069ee2fd1bf52ed8e40e9b89e293cc
|
checksum=560b8669caaafa9e8dbd4bbf2b4b4bbab7dca1cc46ee828eaf26c744fe0635fc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# fixes a todo in GISBASE
|
# fixes a todo in GISBASE
|
||||||
|
|
Loading…
Reference in New Issue