summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Blaser2018-08-07 13:24:30 +0200
committerJohannes Blaser2018-08-07 13:24:30 +0200
commit09eedba90ccddb95cae9622568d36434e5bf9712 (patch)
tree7783307d586269191b6aa062e8803526db08031c
parent573b01f9085ce85069f5494360640add2f217d79 (diff)
downloadaur-python-geographiclib.tar.gz
Updated the PKGBUILD version number so that it can rebuild for Python's major update easily.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6b43cd2d19e..89f7a22b88ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-geographiclib
pkgdesc = This is a python implementation of the geodesic routines in GeographicLib.
pkgver = 1.49
- pkgrel = 1
+ pkgrel = 2
url = https://geographiclib.sourceforge.io/1.49/python/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 0b44f1eceed5..f37a0d7c45cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-geographiclib
pkgver=1.49
-pkgrel=1
+pkgrel=2
pkgdesc="This is a python implementation of the geodesic routines in GeographicLib."
url="https://geographiclib.sourceforge.io/1.49/python/"
depends=('python')