summarylogtreecommitdiffstats
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
parent6838d7fe39a6268d59fa45704b30f156be3eefac (diff)
downloadaur-291bc31fbcefba55a9d9c9041bd989962512797e.tar.gz
update to version 0.8.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 199546954a79..30aca74711ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-docx
pkgdesc = A Python library for creating and updating Microsoft Word (.docx) files
- pkgver = 0.8.10
- pkgrel = 2
+ pkgver = 0.8.11
+ pkgrel = 1
url = https://github.com/python-openxml/python-docx
arch = any
license = MIT
@@ -9,8 +9,8 @@ pkgbase = python-docx
depends = python>=3.4
depends = python-lxml>=3.1.0
options = !emptydirs
- source = https://github.com/python-openxml/python-docx/archive/v0.8.10.tar.gz
- md5sums = cf6af380f2cc049264e13ae35e8ffa4e
+ source = https://github.com/python-openxml/python-docx/archive/v0.8.11.tar.gz
+ md5sums = c528ad6052ee635143d15f9c063e28ad
pkgname = python-docx
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}"