summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2015-08-25 21:04:52 +0200
committerPavel Ruzicka2015-08-25 21:04:52 +0200
commit4632a0e2d505563bcf29a40c95c4ce5a75997439 (patch)
treeeb02480a28715a09c36775e314a5274a07799a17
parent3e52f8bffde1143429426f625e6953bcc5589b9e (diff)
downloadaur-4632a0e2d505563bcf29a40c95c4ce5a75997439.tar.gz
Update to 1.44
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18a5451f6e0a..3d6f0139eccb 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.43
+ pkgver = 1.44
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.43.tar.gz
- md5sums = 189f39515deab72ff006a337c3d06b48
+ source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.44.tar.gz
+ md5sums = 212b1bf07b9b672aeae03f845f01e76b
pkgname = geographiclib
diff --git a/PKGBUILD b/PKGBUILD
index 49614e5f75dd..e9a2d7e3b147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=1.43
+pkgver=1.44
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=('189f39515deab72ff006a337c3d06b48')
+md5sums=('212b1bf07b9b672aeae03f845f01e76b')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"