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 39d22f9a1ca8..77d834e73d56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mathparse
pkgdesc = A Python library for evaluating natural language mathematical equations.
pkgver = 0.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gunthercox/mathparse
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5fea9e4581b5..97f1cc8e225f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=mathparse
pkgname=python-${_base}
pkgver=0.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="A Python library for evaluating natural language mathematical equations."
arch=('any')
url="https://github.com/gunthercox/${_base}"