summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPavel Ruzicka2019-12-14 15:54:36 +0100
committerPavel Ruzicka2019-12-14 15:54:36 +0100
commit70bd5b150d896f2cc7af5b3eeb490a220e871d1e (patch)
treeda7c72bd9d42c1f49c9f5244c7a593e76fad8206 /PKGBUILD
parentbefbe15d936d5da9201928727547423eb9c40ef5 (diff)
downloadaur-70bd5b150d896f2cc7af5b3eeb490a220e871d1e.tar.gz
Update to 1.50.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92ed3a5aae20..1253fff8ff42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=1.50
+pkgver=1.50.1
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=('5d9627f6832192fededc6011c44cc1c6')
+md5sums=('e73a703da71380bd6bfd2d6eab75e0a4')
install=geographiclib.install