summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2020-11-22 17:37:43 +0100
committerPavel Ruzicka2020-11-22 17:37:43 +0100
commitc89387c1ee9ccaee2ca3a8b2e9739a6a7bab608d (patch)
treee43749445ae19e1cabba8101f162ac2a027f9478
parent70bd5b150d896f2cc7af5b3eeb490a220e871d1e (diff)
downloadaur-c89387c1ee9ccaee2ca3a8b2e9739a6a7bab608d.tar.gz
Update to 1.51
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c434b565bd63..9c0cb9a4893e 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.50.1
+ pkgver = 1.51
pkgrel = 1
url = http://geographiclib.sourceforge.io/
install = geographiclib.install
@@ -11,8 +11,8 @@ pkgbase = geographiclib
makedepends = make
makedepends = cmake
depends = bash
- source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.50.1.tar.gz
- md5sums = e73a703da71380bd6bfd2d6eab75e0a4
+ source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.51.tar.gz
+ md5sums = d782c8146945ab6bf5836747b2a4b37d
pkgname = geographiclib
diff --git a/PKGBUILD b/PKGBUILD
index 1253fff8ff42..11b578546868 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=1.50.1
+pkgver=1.51
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=('e73a703da71380bd6bfd2d6eab75e0a4')
+md5sums=('d782c8146945ab6bf5836747b2a4b37d')
install=geographiclib.install