summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mesa2020-04-27 22:32:30 -0500
committerSamuel Mesa2020-04-27 22:32:30 -0500
commitd0646ae4e521e74ebd5f22c3ef9b1e36693ecfd5 (patch)
tree6a7c144add254f7dfc9b14484873c602a286b086
parent318f247f0095d063a0f5946e4daea945dd85d591 (diff)
downloadaur-d0646ae4e521e74ebd5f22c3ef9b1e36693ecfd5.tar.gz
Update version to 2.11.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8f06e2639a1..5b56d4945208 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ossim
pkgdesc = OSSIM is a powerful suite of geospatial libraries and applications used to process imagery, maps, terrain, and vector data.
- pkgver = 2.10.1
- pkgrel = 2
+ pkgver = 2.11.1
+ pkgrel = 1
url = http://www.ossim.org
install = ossim.install
arch = i686
@@ -28,9 +28,9 @@ pkgbase = ossim
optdepends = java-environment-common
optdepends = openmpi
optdepends = gpstk-bin
- source = https://github.com/ossimlabs/ossim/archive/Neptune-2.10.1.tar.gz
+ source = https://github.com/ossimlabs/ossim/archive/OrchidIsland-2.11.1.tar.gz
source = ossim.sh
- md5sums = bca4bf6f51875d572c72efbb61666bfa
+ md5sums = 7a24fe73e990e0d0f286b5675c0ab6e7
md5sums = cb85c216a099b10f057cddeeae4a57fb
pkgname = ossim
diff --git a/PKGBUILD b/PKGBUILD
index d3059862ce90..8431f9f76bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Christian Wygoda <accounts@wygoda.net>
pkgname=ossim
-_pkgname=Neptune
-pkgver=2.10.1
-pkgrel=2
+_pkgname=OrchidIsland
+pkgver=2.11.1
+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')
@@ -17,7 +17,7 @@ optdepends=( 'java-environment-common' 'openmpi' 'gpstk-bin' )
source=(https://github.com/ossimlabs/ossim/archive/${_pkgname}-${pkgver}.tar.gz
ossim.sh )
install=ossim.install
-md5sums=('bca4bf6f51875d572c72efbb61666bfa'
+md5sums=('7a24fe73e990e0d0f286b5675c0ab6e7'
'cb85c216a099b10f057cddeeae4a57fb')
build() {