summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2017-04-17 09:29:30 +0200
committerPavel Ruzicka2017-04-17 09:29:30 +0200
commitbc4c31b1278e2f034aed71b764c670832aedbb7f (patch)
treee1f2ccada1eadeb9a94e87f7785a4f2c82a279e9
parent20adb2fc1154e3c063adb6dcbc44dde7c48220e1 (diff)
downloadaur-bc4c31b1278e2f034aed71b764c670832aedbb7f.tar.gz
Update to 1.48-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dda1a6abd9af..3e61ed510287 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 2 18:08:51 UTC 2017
+# Mon Apr 17 07:28:37 UTC 2017
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.47
+ pkgver = 1.48
pkgrel = 1
url = http://geographiclib.sourceforge.net/
install = geographiclib.install
@@ -13,8 +13,8 @@ pkgbase = geographiclib
makedepends = make
makedepends = cmake
depends = bash
- source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.47.tar.gz
- md5sums = ca338891e872003c6ea5711ab901b065
+ source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.48.tar.gz
+ md5sums = e99153cf41bf64998cc4f91c00aea167
pkgname = geographiclib
diff --git a/PKGBUILD b/PKGBUILD
index 1580e7da00a8..8d77bace6227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=1.47
+pkgver=1.48
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=('ca338891e872003c6ea5711ab901b065')
+md5sums=('e99153cf41bf64998cc4f91c00aea167')
install=geographiclib.install