summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4938fdded936..e0dcad6237a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Update Based on Geoff Teale's PKGBUILD. To support only python2
_name=odfpy
pkgname=python2-odfpy
-pkgver=1.3.6
+pkgver=1.4.0
pkgrel=1
pkgdesc="A complete API for OpenDocument in Python. Python 2.x support"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://opendocumentfellowship.com/projects/odfpy"
license=('GPL')
depends=('python2')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('6acc14dbb96b3e442ba095094d5a3143')
+md5sums=('c343718e6177764f649c11c4406a2958')
build() {
cd "$srcdir/odfpy-${pkgver}"