summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond W. Ko2020-09-16 19:45:41 -0400
committerRaymond W. Ko2020-09-16 19:45:41 -0400
commit6838d7fe39a6268d59fa45704b30f156be3eefac (patch)
tree8bf5fb5bac0feb2674957ff85447edacaf92e904
parent9baaffb37e66e6e55bf06f93c93afc783cad085c (diff)
downloadaur-6838d7fe39a6268d59fa45704b30f156be3eefac.tar.gz
bump pkgrel, add python-setuptools to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25f0287eb47e..199546954a79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-docx
pkgdesc = A Python library for creating and updating Microsoft Word (.docx) files
pkgver = 0.8.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/python-openxml/python-docx
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python>=3.4
depends = python-lxml>=3.1.0
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index c5244119452b..151aa175f25e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _python=python
_distname=docx
pkgname=$_python-$_distname
pkgver=0.8.10
-pkgrel=1
+pkgrel=2
pkgdesc="A Python library for creating and updating Microsoft Word (.docx) files"
arch=(any)
url="https://github.com/python-openxml/python-docx"