summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPavel Ruzicka2020-11-22 17:37:43 +0100
committerPavel Ruzicka2020-11-22 17:37:43 +0100
commitc89387c1ee9ccaee2ca3a8b2e9739a6a7bab608d (patch)
treee43749445ae19e1cabba8101f162ac2a027f9478 /PKGBUILD
parent70bd5b150d896f2cc7af5b3eeb490a220e871d1e (diff)
downloadaur-c89387c1ee9ccaee2ca3a8b2e9739a6a7bab608d.tar.gz
Update to 1.51
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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