summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2017-09-01 12:36:46 +0200
committerEduardo Parra2017-09-01 12:36:46 +0200
commitb6697b47aab4f4f3d160a22851e166627c88fd47 (patch)
treef9dc23f37cfc09379e65c6929811916aab62d67c
parenteb581a92245b4eaeb8d4201ba699719858bc44e3 (diff)
downloadaur-b6697b47aab4f4f3d160a22851e166627c88fd47.tar.gz
Updated to version 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75c6606903f2..cacc3a8fbde1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyexcel-ods
pkgdesc = A wrapper library to read, manipulate and write data in ods format
- pkgver = 0.4.1
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/pyexcel/pyexcel-ods
arch = i686
@@ -9,8 +9,8 @@ pkgbase = python-pyexcel-ods
depends = python
depends = python-odfpy
depends = python-pyexcel-io
- source = https://github.com/pyexcel/pyexcel-ods/archive/v0.4.1.tar.gz
- md5sums = 3b97b279e79efabd1e6f2a1b4771f017
+ source = https://github.com/pyexcel/pyexcel-ods/archive/v0.5.0.tar.gz
+ md5sums = 52a19821e58c4467c6612d8bc8f9b67b
pkgname = python-pyexcel-ods
diff --git a/PKGBUILD b/PKGBUILD
index 2a605381b004..e1c068c06ea8 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-pyexcel-ods
-pkgver=0.4.1
+pkgver=0.5.0
pkgrel=1
pkgdesc="A wrapper library to read, manipulate and write data in ods format"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="https://github.com/pyexcel/pyexcel-ods"
license=('BSD')
depends=('python' 'python-odfpy' 'python-pyexcel-io')
source=("https://github.com/pyexcel/pyexcel-ods/archive/v$pkgver.tar.gz")
-md5sums=('3b97b279e79efabd1e6f2a1b4771f017')
+md5sums=('52a19821e58c4467c6612d8bc8f9b67b')
package() {
cd "$srcdir/pyexcel-ods-${pkgver}"