summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Ruzicka2016-02-18 09:55:49 +0100
committerPavel Ruzicka2016-02-18 09:55:49 +0100
commit3fa2506df2bc6144507a6c3a7cb45771b4eee057 (patch)
tree785a6feb63aa0017fd284e603e24e683c1cfbafc
parent2de83ea7eb24394a1819a40b8b06255d673bcd24 (diff)
downloadaur-3fa2506df2bc6144507a6c3a7cb45771b4eee057.tar.gz
Update to 1.46
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52bd51eb99a1..053e0a59e6b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by makepkg 5.0.0
+# Thu Feb 18 08:51:35 UTC 2016
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.45
+ pkgver = 1.46
pkgrel = 1
url = http://geographiclib.sourceforge.net/
arch = i686
@@ -10,8 +12,8 @@ pkgbase = geographiclib
makedepends = make
makedepends = cmake
depends = bash
- source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.45.tar.gz
- md5sums = ce8d2cf0739ff0e2aead8033a0e537ec
+ source = http://downloads.sourceforge.net/project/geographiclib/distrib/GeographicLib-1.46.tar.gz
+ md5sums = 59acfb8b31a360de2bc49d3905ecb646
pkgname = geographiclib
diff --git a/PKGBUILD b/PKGBUILD
index 27364953949a..b878d0704845 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=geographiclib
_pkgname=GeographicLib
-pkgver=1.45
+pkgver=1.46
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=('ce8d2cf0739ff0e2aead8033a0e537ec')
+md5sums=('59acfb8b31a360de2bc49d3905ecb646')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"