summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')