summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2022-12-13 18:19:25 +0100
committerPavel Ruzicka2022-12-13 18:19:25 +0100
commit10f5064f27e1d0e52d31781f65b4f61f69a598c7 (patch)
tree1f03618bf3b5e331f1a406bbd704c314411c7aa8
parent4f49415ca31caed966d109d153769ed783bc38b8 (diff)
downloadaur-10f5064f27e1d0e52d31781f65b4f61f69a598c7.tar.gz
Update to 2.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1c1c1219938..9b318ada0862 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.1
+ pkgver = 2.1.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.1.tar.gz/download
- md5sums = 2fbd46c35158da68f7808a9b4d81ed88
+ source = https://sourceforge.net/projects/geographiclib/files/distrib-C%2B%2B/GeographicLib-2.1.2.tar.gz/download
+ md5sums = 8b0010429ebda99e624b51dfa06bbbed
pkgname = geographiclib
diff --git a/PKGBUILD b/PKGBUILD
index 77a064f490ee..00da240423f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=2.1.1
+pkgver=2.1.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=('2fbd46c35158da68f7808a9b4d81ed88')
+md5sums=('8b0010429ebda99e624b51dfa06bbbed')
install=geographiclib.install