summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2023-07-27 18:54:10 +0200
committerPavel Ruzicka2023-07-27 18:54:10 +0200
commitcbaa3a271251ac58f9a7589e28b403b404738594 (patch)
treea87a0db5d1c9972d16a3a35eb29333a5f48584fb
parent918bc5c13499acb7eee0d6ed98f4248b850c50e4 (diff)
downloadaur-cbaa3a271251ac58f9a7589e28b403b404738594.tar.gz
Update to 2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f13bf735b87e..11b5baa4f34d 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 = 2.2
+ pkgver = 2.3
pkgrel = 1
url = https://geographiclib.sourceforge.io/
install = geographiclib.install
@@ -12,7 +12,7 @@ pkgbase = geographiclib
makedepends = cmake
depends = bash
options = staticlibs
- source = https://sourceforge.net/projects/geographiclib/files/distrib-C%2B%2B/GeographicLib-2.2.tar.gz/download
- md5sums = f611b212abf88aa6099a6a40f4ef8e38
+ source = https://sourceforge.net/projects/geographiclib/files/distrib-C%2B%2B/GeographicLib-2.3.tar.gz/download
+ md5sums = 53050f085438d3170098081d2b50974f
pkgname = geographiclib
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