summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoker902017-12-24 16:36:47 +0100
committersoker902017-12-24 16:36:47 +0100
commit17159cfe324226aa3dc1d4808c9604d95cc5dd94 (patch)
treefc6afccd854290a2d8d75b95dd6672ed7af01ea1
parent4965f26b5e385458313320290246f02fd757922d (diff)
downloadaur-17159cfe324226aa3dc1d4808c9604d95cc5dd94.tar.gz
Updated to version 1.3.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4112df862b78..12e45d1d6985 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-odfpy
pkgdesc = Python API and tools to manipulate OpenDocument files
- pkgver = 1.3.5
- pkgrel = 2
+ pkgver = 1.3.6
+ pkgrel = 1
url = https://github.com/eea/odfpy
arch = i686
arch = x86_64
@@ -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.5.tar.gz
- md5sums = 8f800938b5dcac5687161834551e518e
+ source = https://github.com/eea/odfpy/archive/release-1.3.6.tar.gz
+ md5sums = 37f72c6558def767a45ce716e0faf44e
pkgname = python-odfpy
diff --git a/PKGBUILD b/PKGBUILD
index 101c3a7d193d..934ab2504302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# 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.5
-pkgrel=2
+pkgver=1.3.6
+pkgrel=1
pkgdesc="Python API and tools to manipulate OpenDocument files"
arch=('i686' 'x86_64')
url="https://github.com/eea/odfpy"
@@ -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=('8f800938b5dcac5687161834551e518e')
+md5sums=('37f72c6558def767a45ce716e0faf44e')
package() {
cd "$srcdir/odfpy-release-${pkgver}"