summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2019-03-01 00:01:09 +0100
committerEduardo Parra2019-03-01 00:01:09 +0100
commitb5dba46361f4d75b7e151968a28d546d6641a530 (patch)
tree60a8b401ae5f7c84b19e17e762aea212e987616c
parent17159cfe324226aa3dc1d4808c9604d95cc5dd94 (diff)
downloadaur-b5dba46361f4d75b7e151968a28d546d6641a530.tar.gz
Updated to version 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12e45d1d6985..333586fe6462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-odfpy
pkgdesc = Python API and tools to manipulate OpenDocument files
- pkgver = 1.3.6
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/eea/odfpy
arch = i686
@@ -12,8 +12,8 @@ pkgbase = python-odfpy
conflicts = python-odfpy
conflicts = python2-odfpy
conflicts = python-all-odfpy
- source = https://github.com/eea/odfpy/archive/release-1.3.6.tar.gz
- md5sums = 37f72c6558def767a45ce716e0faf44e
+ source = https://github.com/eea/odfpy/archive/release-1.4.0.tar.gz
+ md5sums = c5fe16c7379d9c894f33368f88ab0528
pkgname = python-odfpy
diff --git a/PKGBUILD b/PKGBUILD
index 934ab2504302..919ddf026021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# I maintain this on github, feel free to submit a pull request to
# https://github.com/soker90/paquetes-archinux.git
pkgname=python-odfpy
-pkgver=1.3.6
+pkgver=1.4.0
pkgrel=1
pkgdesc="Python API and tools to manipulate OpenDocument files"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
depends=('python')
conflicts=('odfpy' 'python-odfpy' 'python2-odfpy' 'python-all-odfpy')
source=("https://github.com/eea/odfpy/archive/release-$pkgver.tar.gz")
-md5sums=('37f72c6558def767a45ce716e0faf44e')
+md5sums=('c5fe16c7379d9c894f33368f88ab0528')
package() {
cd "$srcdir/odfpy-release-${pkgver}"