summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"