summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2015-10-13 17:53:55 +0200
committerPavel Ruzicka2015-10-13 17:53:55 +0200
commit2de83ea7eb24394a1819a40b8b06255d673bcd24 (patch)
tree1e72b5a2433dda0318bce7c65ae7a375feae7980
parent4632a0e2d505563bcf29a40c95c4ce5a75997439 (diff)
downloadaur-2de83ea7eb24394a1819a40b8b06255d673bcd24.tar.gz
Update to 1.45
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d6f0139eccb..52bd51eb99a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geographiclib
pkgdesc = Set of C++ classes for conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for gravity, geoid height, and geomagnetic field calculations and for solving geodesic problems. Geotrans replacement.
- pkgver = 1.44
+ pkgver = 1.45
pkgrel = 1
url = http://geographiclib.sourceforge.net/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = geographiclib
makedepends = make
makedepends = cmake
depends = bash
- source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.44.tar.gz
- md5sums = 212b1bf07b9b672aeae03f845f01e76b
+ source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.45.tar.gz
+ md5sums = ce8d2cf0739ff0e2aead8033a0e537ec
pkgname = geographiclib
diff --git a/PKGBUILD b/PKGBUILD
index e9a2d7e3b147..27364953949a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=1.44
+pkgver=1.45
pkgrel=1
pkgdesc="Set of C++ classes for conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for gravity, geoid height, and geomagnetic field calculations and for solving geodesic problems. Geotrans replacement."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('bash')
makedepends=('gcc' 'make' 'cmake')
source=(http://downloads.sourceforge.net/project/geographiclib/distrib/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('212b1bf07b9b672aeae03f845f01e76b')
+md5sums=('ce8d2cf0739ff0e2aead8033a0e537ec')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"