summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2021-06-27 17:05:32 +0200
committerPavel Ruzicka2021-06-27 17:05:32 +0200
commitbf16217b7e3969dfab7be4aedc88b60e46216d2e (patch)
treeab744c593540c6fdda37112fff7dbb20e8a65efe
parent976c97dcf2c02d02745ba1624c3c7182ffc7b6f9 (diff)
downloadaur-bf16217b7e3969dfab7be4aedc88b60e46216d2e.tar.gz
Update to 1.52
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a31aab2be1da..79da22a2e5a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 1.51
- pkgrel = 2
+ pkgver = 1.52
+ pkgrel = 1
url = http://geographiclib.sourceforge.io/
install = geographiclib.install
arch = i686
@@ -12,8 +12,7 @@ pkgbase = geographiclib
makedepends = cmake
depends = bash
options = staticlibs
- source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.51.tar.gz
- md5sums = d782c8146945ab6bf5836747b2a4b37d
+ source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.52.tar.gz
+ md5sums = 52407e8380335957377c6ac6118ce6e3
pkgname = geographiclib
-
diff --git a/PKGBUILD b/PKGBUILD
index b8c5d4572f24..4da510410d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=1.51
-pkgrel=2
+pkgver=1.52
+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')
url="http://geographiclib.sourceforge.io/"
@@ -14,7 +14,7 @@ makedepends=('gcc' 'make' 'cmake')
options=('staticlibs')
source=(http://downloads.sourceforge.net/project/geographiclib/distrib/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('d782c8146945ab6bf5836747b2a4b37d')
+md5sums=('52407e8380335957377c6ac6118ce6e3')
install=geographiclib.install