summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/python-simpleeval/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python-simpleeval/PKGBUILD b/pcr/python-simpleeval/PKGBUILD
index 16845500b..623dc8e1a 100644
--- a/pcr/python-simpleeval/PKGBUILD
+++ b/pcr/python-simpleeval/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-simpleeval
pkgname=('python-simpleeval' 'python2-simpleeval')
-pkgver=0.8.7
+pkgver=0.9.2
pkgrel=1
pkgdesc='Simple Safe Extensible Expression Evaluator for Python'
arch=(any)
@@ -10,7 +10,7 @@ url="https://pypi.python.org/pypi/simpleeval"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/danthedeckie/simpleeval/archive/$pkgver.tar.gz")
-md5sums=('3bb26dee1a183990f1ba38552d589b79')
+md5sums=('cdd1693ae2350e428cc7788139e31a61')
prepare() {
cp -a simpleeval-$pkgver{,-py2}