summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond W. Ko2016-03-22 09:58:46 -0400
committerRaymond W. Ko2016-03-22 09:58:46 -0400
commitd4658d4eeed5eba34f6041528c86bb72097e2b15 (patch)
treeca5e59961a53f787cd7549d61db53f769eae4a76
parentc564fef2dd707d3076d7ca6aa45786ebd404df9f (diff)
downloadaur-d4658d4eeed5eba34f6041528c86bb72097e2b15.tar.gz
update to version 0.8.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a3694ab9c86..f3fc6ba3abd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-docx
pkgdesc = A Python library for creating and updating Microsoft Word (.docx) files
- pkgver = 0.7.6
+ pkgver = 0.8.5
pkgrel = 1
url = https://github.com/python-openxml/python-docx
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-docx
depends = python>=3.3
depends = python-lxml>=2.3.2
options = !emptydirs
- source = https://github.com/python-openxml/python-docx/archive/v0.7.6.tar.gz
- md5sums = 943405abb23caeb7163ca1529163787a
+ source = https://github.com/python-openxml/python-docx/archive/v0.8.5.tar.gz
+ md5sums = 31c20c1b4b565f4e8830fbcafefe1be9
pkgname = python-docx
diff --git a/PKGBUILD b/PKGBUILD
index 84f1ca5e6f0c..531bdad29e2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_python=python
_distname=docx
pkgname=$_python-$_distname
-pkgver=0.7.6
+pkgver=0.8.5
pkgrel=1
pkgdesc="A Python library for creating and updating Microsoft Word (.docx) files"
arch=(any)
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://github.com/python-openxml/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('943405abb23caeb7163ca1529163787a')
+md5sums=('31c20c1b4b565f4e8830fbcafefe1be9')
package() {
cd "$srcdir/${pkgname}-${pkgver}"