summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2023-03-09 13:20:18 +0100
committerPavel Ruzicka2023-03-09 13:20:18 +0100
commit918bc5c13499acb7eee0d6ed98f4248b850c50e4 (patch)
tree3e65aa005952f82311dc92eec91c89f3e71ba69f
parent10f5064f27e1d0e52d31781f65b4f61f69a598c7 (diff)
downloadaur-918bc5c13499acb7eee0d6ed98f4248b850c50e4.tar.gz
Update to 2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b318ada0862..f13bf735b87e 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.1.2
+ pkgver = 2.2
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.1.2.tar.gz/download
- md5sums = 8b0010429ebda99e624b51dfa06bbbed
+ source = https://sourceforge.net/projects/geographiclib/files/distrib-C%2B%2B/GeographicLib-2.2.tar.gz/download
+ md5sums = f611b212abf88aa6099a6a40f4ef8e38
pkgname = geographiclib
diff --git a/PKGBUILD b/PKGBUILD
index 00da240423f1..d8032616e787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=2.1.2
+pkgver=2.2
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=('8b0010429ebda99e624b51dfa06bbbed')
+md5sums=('f611b212abf88aa6099a6a40f4ef8e38')
install=geographiclib.install