summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPavel Ruzicka2023-07-27 18:54:10 +0200
committerPavel Ruzicka2023-07-27 18:54:10 +0200
commitcbaa3a271251ac58f9a7589e28b403b404738594 (patch)
treea87a0db5d1c9972d16a3a35eb29333a5f48584fb /PKGBUILD
parent918bc5c13499acb7eee0d6ed98f4248b850c50e4 (diff)
downloadaur-geographiclib.tar.gz
Update to 2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8032616e787..a3de909b86d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=2.2
+pkgver=2.3
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')
@@ -14,7 +14,7 @@ makedepends=('gcc' 'make' 'cmake')
options=('staticlibs')
source=(https://sourceforge.net/projects/geographiclib/files/distrib-C%2B%2B/${_pkgname}-${pkgver}.tar.gz/download)
-md5sums=('f611b212abf88aa6099a6a40f4ef8e38')
+md5sums=('53050f085438d3170098081d2b50974f')
install=geographiclib.install