summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 531bdad29e2c..3ae565d2720e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Ng Oon-Ee <n g o o n e e DOT t a l k AT gmail DOT com>
+# Maintainer: Raymond W. Ko <r a y m o nd DOT w DOT k o AT g m ai l DOT COM>
_python=python
_distname=docx
pkgname=$_python-$_distname
-pkgver=0.8.5
+pkgver=0.8.6
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=('31c20c1b4b565f4e8830fbcafefe1be9')
+md5sums=('7f6e23ef0e391ea18ded1caa734db263')
package() {
cd "$srcdir/${pkgname}-${pkgver}"