summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2019-12-14 15:54:36 +0100
committerPavel Ruzicka2019-12-14 15:54:36 +0100
commit70bd5b150d896f2cc7af5b3eeb490a220e871d1e (patch)
treeda7c72bd9d42c1f49c9f5244c7a593e76fad8206
parentbefbe15d936d5da9201928727547423eb9c40ef5 (diff)
downloadaur-70bd5b150d896f2cc7af5b3eeb490a220e871d1e.tar.gz
Update to 1.50.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c72671f7dbcb..c434b565bd63 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 = 1.50
+ pkgver = 1.50.1
pkgrel = 1
url = http://geographiclib.sourceforge.io/
install = geographiclib.install
@@ -11,8 +11,8 @@ pkgbase = geographiclib
makedepends = make
makedepends = cmake
depends = bash
- source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.50.tar.gz
- md5sums = 5d9627f6832192fededc6011c44cc1c6
+ source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.50.1.tar.gz
+ md5sums = e73a703da71380bd6bfd2d6eab75e0a4
pkgname = geographiclib
diff --git a/PKGBUILD b/PKGBUILD
index 92ed3a5aae20..1253fff8ff42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=1.50
+pkgver=1.50.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')
@@ -13,7 +13,7 @@ depends=('bash')
makedepends=('gcc' 'make' 'cmake')
source=(http://downloads.sourceforge.net/project/geographiclib/distrib/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('5d9627f6832192fededc6011c44cc1c6')
+md5sums=('e73a703da71380bd6bfd2d6eab75e0a4')
install=geographiclib.install