summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mesa2019-10-11 18:02:41 -0500
committerSamuel Mesa2019-10-11 18:02:41 -0500
commit21d411c5c79fb02e2a73a9e73442d8753b686ebf (patch)
tree5fc00902030e3d161f2eb8b996dd65a85cc41e44
parentf3c8815343d2c99921236ac587ae41cdcd67090b (diff)
downloadaur-21d411c5c79fb02e2a73a9e73442d8753b686ebf.tar.gz
Update to version 2.9.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4db1c1fe83b4..d0e95744cf56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ossim
pkgdesc = OSSIM is a powerful suite of geospatial libraries and applications used to process imagery, maps, terrain, and vector data.
- pkgver = 2.5.2
+ pkgver = 2.9.2
pkgrel = 1
url = http://www.ossim.org
install = ossim.install
@@ -22,16 +22,15 @@ pkgbase = ossim
depends = ffmpeg
depends = qt4
depends = podofo
- depends = liblas
depends = bzip2
depends = freetype2
depends = pdal
optdepends = java-environment-common
optdepends = openmpi
optdepends = gpstk-bin
- source = https://github.com/ossimlabs/ossim/archive/Islamorada-2.5.2.tar.gz
+ source = https://github.com/ossimlabs/ossim/archive/Miami-2.9.2.tar.gz
source = ossim.sh
- md5sums = e84888cdf1d0d0435f790dfc65469e60
+ md5sums = 350d86418f43e977743e42a9d68cc2b5
md5sums = cb85c216a099b10f057cddeeae4a57fb
pkgname = ossim
diff --git a/PKGBUILD b/PKGBUILD
index 1e6536202902..1e798dc74711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
# Contributor: Christian Wygoda <accounts@wygoda.net>
pkgname=ossim
-_pkgname=Islamorada
-pkgver=2.5.2
+_pkgname=Miami
+pkgver=2.9.2
pkgrel=1
pkgdesc="OSSIM is a powerful suite of geospatial libraries and applications used to process imagery, maps, terrain, and vector data."
url="http://www.ossim.org"
license=('LGPL')
arch=('i686' 'x86_64')
depends=('freetype2' 'gdal' 'libgeotiff' 'libjpeg' 'libtiff' 'openthreads' 'openjpeg' 'doxygen'
-'hdf5-cpp-fortran' 'minizip' 'expat' 'ffmpeg' 'qt4' 'podofo' 'liblas' 'bzip2' 'freetype2' 'pdal')
+'hdf5-cpp-fortran' 'minizip' 'expat' 'ffmpeg' 'qt4' 'podofo' 'bzip2' 'freetype2' 'pdal')
makedepends=('cmake')
optdepends=( 'java-environment-common' 'openmpi' 'gpstk-bin' )
source=(https://github.com/ossimlabs/ossim/archive/${_pkgname}-${pkgver}.tar.gz
ossim.sh )
install=ossim.install
-md5sums=('e84888cdf1d0d0435f790dfc65469e60'
+md5sums=('350d86418f43e977743e42a9d68cc2b5'
'cb85c216a099b10f057cddeeae4a57fb')
build() {