summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond W. Ko2021-06-04 10:07:50 -0400
committerRaymond W. Ko2021-06-04 10:09:16 -0400
commit291bc31fbcefba55a9d9c9041bd989962512797e (patch)
tree236b6869a1c10eb2520f297b758405057cab3cb8 /PKGBUILD
parent6838d7fe39a6268d59fa45704b30f156be3eefac (diff)
downloadaur-python-docx.tar.gz
update to version 0.8.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 151aa175f25e..2d1ed9acb9ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_python=python
_distname=docx
pkgname=$_python-$_distname
-pkgver=0.8.10
-pkgrel=2
+pkgver=0.8.11
+pkgrel=1
pkgdesc="A Python library for creating and updating Microsoft Word (.docx) files"
arch=(any)
url="https://github.com/python-openxml/python-docx"
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://github.com/python-openxml/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('cf6af380f2cc049264e13ae35e8ffa4e')
+md5sums=('c528ad6052ee635143d15f9c063e28ad')
package() {
cd "$srcdir/${pkgname}-${pkgver}"