summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPavel Ruzicka2022-06-29 07:25:10 +0200
committerPavel Ruzicka2022-06-29 07:25:10 +0200
commit6b952a82179fafff8f916cf1b69338d176a60787 (patch)
tree1ef5e579f553da93820251adc50b15d105ff9b6c /PKGBUILD
parentdb730fc35a03aeb85343b1e0e7b41f06056d97db (diff)
downloadaur-6b952a82179fafff8f916cf1b69338d176a60787.tar.gz
Update to 2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c4e82c5c18d..6861766c345f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=2.0
+pkgver=2.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')
@@ -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=('dafd8c995758f3b9205702a8019e6ca3')
+md5sums=('5f746e1c9843c93c51dc299af2160a47')
install=geographiclib.install