mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gdal to 2.0.2-1
This commit is contained in:
parent
0c43722315
commit
d393e932c7
2 changed files with 11 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# - use uname in path in removing rpath in packaging
|
||||
|
||||
pkgname=gdal
|
||||
pkgver=2.0.1
|
||||
pkgrel=6
|
||||
pkgver=2.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="A translator library for raster geospatial data formats"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gdal.org/"
|
||||
|
@ -24,7 +24,7 @@ options=('!emptydirs')
|
|||
changelog=$pkgname.changelog
|
||||
source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
|
||||
gdal-python-install.patch)
|
||||
sha256sums=('b55f794768e104a2fd0304eaa61bb8bda3dc7c4e14f2c9d0913baca3e55b83ab'
|
||||
sha256sums=('db7722caf8d9dd798ec18012b9cacf40a518918466126a88b9fd277bd7d40cc4'
|
||||
'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2016-02-08 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 2.0.2-1
|
||||
|
||||
2016-01-23 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 2.0.0-7
|
||||
* postgresql-libs 9.5 rebuild
|
||||
* openjpeg2 added as dependency
|
||||
|
||||
2015-10-06 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 2.0.1-2 FS#46581 fix
|
||||
|
||||
|
|
Loading…
Reference in a new issue