summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2022-08-01 11:28:45 +0200
committerPavel Ruzicka2022-08-01 11:28:45 +0200
commit4f49415ca31caed966d109d153769ed783bc38b8 (patch)
tree182b784b1a0c61945151b3b2c228c2dffbd549fa
parent6b952a82179fafff8f916cf1b69338d176a60787 (diff)
downloadaur-4f49415ca31caed966d109d153769ed783bc38b8.tar.gz
Update to 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77267c149003..c1c1c1219938 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
+ pkgver = 2.1.1
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.tar.gz/download
- md5sums = 5f746e1c9843c93c51dc299af2160a47
+ source = https://sourceforge.net/projects/geographiclib/files/distrib-C%2B%2B/GeographicLib-2.1.1.tar.gz/download
+ md5sums = 2fbd46c35158da68f7808a9b4d81ed88
pkgname = geographiclib
diff --git a/PKGBUILD b/PKGBUILD
index 6861766c345f..77a064f490ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=2.1
+pkgver=2.1.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=('5f746e1c9843c93c51dc299af2160a47')
+md5sums=('2fbd46c35158da68f7808a9b4d81ed88')
install=geographiclib.install