summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfab312016-01-30 00:15:57 +0100
committerfab312016-01-30 00:15:57 +0100
commitaeef454294c506ef596a31a680b6555ae2b4ab26 (patch)
tree7e2018bfb059c03640dc99a5972f8c6e1810638b
parent281f037c25a9637800975eb9c5236e1b848f78ee (diff)
downloadaur-aeef454294c506ef596a31a680b6555ae2b4ab26.tar.gz
python-svg.path 2.0.1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4e9ddd64fed..b486418a626e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Fabien Devaux <fdev 31 at gmail dot com>
pkgname=python-svg.path
-pkgver=2.0b1
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc="SVG path objects and parser"
arch=(any)
url="https://github.com/regebro/svg.path"
@@ -11,7 +11,7 @@ license=('CCPL')
depends=('python')
source=(http://pypi.python.org/packages/source/s/svg.path/svg.path-${pkgver}.zip)
-md5sums=('900a981902fe0bb09534dcefdbba0ebc')
+md5sums=('a35f436e901d11fa99fa3168aa4e569d')
package() {
cd "${srcdir}/svg.path-${pkgver}"