summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2017-10-07 20:07:18 +0200
committerPavel Ruzicka2017-10-07 20:07:18 +0200
commit7b1a520d3990cab8965d19fbb015d1bdc0a7e8da (patch)
treee6d4aa9ece09fb690528ee536f782a6e45af221a
parentbc4c31b1278e2f034aed71b764c670832aedbb7f (diff)
downloadaur-7b1a520d3990cab8965d19fbb015d1bdc0a7e8da.tar.gz
Update to 1.49
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e61ed510287..29ea53a128ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 17 07:28:37 UTC 2017
+# Sat Oct 7 18:06:39 UTC 2017
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.48
+ pkgver = 1.49
pkgrel = 1
url = http://geographiclib.sourceforge.net/
install = geographiclib.install
@@ -13,8 +13,8 @@ pkgbase = geographiclib
makedepends = make
makedepends = cmake
depends = bash
- source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.48.tar.gz
- md5sums = e99153cf41bf64998cc4f91c00aea167
+ source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.49.tar.gz
+ md5sums = 11300e88b4a38692b6a8712d5eafd4d7
pkgname = geographiclib
diff --git a/PKGBUILD b/PKGBUILD
index 8d77bace6227..53f79b56686b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=1.48
+pkgver=1.49
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=('e99153cf41bf64998cc4f91c00aea167')
+md5sums=('11300e88b4a38692b6a8712d5eafd4d7')
install=geographiclib.install