summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-05-20 09:50:16 -0600
committerBrian Bidulock2020-05-20 09:50:16 -0600
commitf2a9730903f003161d3824402923616ecf7d43cc (patch)
tree7bfd610124057371ea7a633617a590321261229b
parent9b1d339be8d2230908392c520b0d56347f223cda (diff)
downloadaur-f2a9730903f003161d3824402923616ecf7d43cc.tar.gz
add python-six dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a58be326813..69e40ca90c97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xml2rfc
pkgdesc = Generates RFCs and IETF drafts from document source in XML according to the DTD in RFC 2629
pkgver = 2.44.0
- pkgrel = 2
+ pkgrel = 3
url = https://pypi.python.org/pypi/xml2rfc
arch = any
license = custom:BSD
@@ -14,6 +14,7 @@ pkgbase = xml2rfc
depends = python-intervaltree
depends = python-google-i18n-address
depends = python-html5lib
+ depends = python-six
source = https://files.pythonhosted.org/packages/96/41/b30e3952dfd4915472a1c218651e319cd1502736fca6f10bf4b1d1498372/xml2rfc-2.44.0.tar.gz
validpgpkeys = 89F8DCE7EAE72F530905C6524E9B574B8FBB171A
sha512sums = fc6cf12963ad115e52e4aa830cc4ce7a6b2a9d716411f9bcde0e2aaa97efcb2f0745af1b54b4a3a70727ed68c3af6b47b9b3d3d90e8eaa54094f0016046a1c5d
diff --git a/PKGBUILD b/PKGBUILD
index 00f90bf2d3c5..b17e91022e04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xml2rfc
pkgver=2.44.0
-pkgrel=2
+pkgrel=3
pkgdesc='Generates RFCs and IETF drafts from document source in XML according to the DTD in RFC 2629'
url='https://pypi.python.org/pypi/xml2rfc'
arch=(any)
depends=(python python-lxml python-requests
python-pyflakes python-pycountry python-kitchen python-intervaltree
- python-google-i18n-address python-html5lib)
+ python-google-i18n-address python-html5lib python-six)
license=(custom:BSD)
source=("https://files.pythonhosted.org/packages/96/41/b30e3952dfd4915472a1c218651e319cd1502736fca6f10bf4b1d1498372/xml2rfc-2.44.0.tar.gz")
sha512sums=('fc6cf12963ad115e52e4aa830cc4ce7a6b2a9d716411f9bcde0e2aaa97efcb2f0745af1b54b4a3a70727ed68c3af6b47b9b3d3d90e8eaa54094f0016046a1c5d')