summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2019-02-28 23:58:18 +0100
committerEduardo Parra2019-02-28 23:58:18 +0100
commit98be3f35dee94e24da0e4d8f7a6d958f50cdabb5 (patch)
tree20b790a37bb852c0cd0fb14c474efea02ac8446c
parent2081b71985b6f99158cb735d6d52bda7f70743fa (diff)
downloadaur-98be3f35dee94e24da0e4d8f7a6d958f50cdabb5.tar.gz
Updated to version 1.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7635c9be297d..8f25d9d3272a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sun Jan 21 21:31:28 UTC 2018
pkgbase = python2-odfpy
pkgdesc = A complete API for OpenDocument in Python. Python 2.x support
- pkgver = 1.3.6
+ pkgver = 1.4.0
pkgrel = 1
url = http://opendocumentfellowship.com/projects/odfpy
arch = i686
arch = x86_64
license = GPL
depends = python2
- source = https://files.pythonhosted.org/packages/source/o/odfpy/odfpy-1.3.6.tar.gz
- md5sums = 6acc14dbb96b3e442ba095094d5a3143
+ source = https://files.pythonhosted.org/packages/source/o/odfpy/odfpy-1.4.0.tar.gz
+ md5sums = c343718e6177764f649c11c4406a2958
pkgname = python2-odfpy
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}"