summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond W. Ko2020-04-27 14:21:49 -0400
committerRaymond W. Ko2020-04-27 14:21:49 -0400
commitf900f88b971c44dee264595bf53ccb6695ab6e99 (patch)
tree60907b5bf5f3439af5274de5c0e97820de46cdf8
parent5cf79926e9b72ba200250ad6b1fc6b1277a0984c (diff)
downloadaur-f900f88b971c44dee264595bf53ccb6695ab6e99.tar.gz
update to version 0.8.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91cda74fb898..25f0287eb47e 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.8.9
+ pkgver = 0.8.10
pkgrel = 1
url = https://github.com/python-openxml/python-docx
arch = any
@@ -8,8 +8,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.9.tar.gz
- md5sums = 5b19ed12770ed169b818741f2a2094f3
+ source = https://github.com/python-openxml/python-docx/archive/v0.8.10.tar.gz
+ md5sums = cf6af380f2cc049264e13ae35e8ffa4e
pkgname = python-docx
diff --git a/PKGBUILD b/PKGBUILD
index 467c306e0350..f7604b74a0d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_python=python
_distname=docx
pkgname=$_python-$_distname
-pkgver=0.8.9
+pkgver=0.8.10
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=('5b19ed12770ed169b818741f2a2094f3')
+md5sums=('cf6af380f2cc049264e13ae35e8ffa4e')
package() {
cd "$srcdir/${pkgname}-${pkgver}"