summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-05-08 19:14:34 -0600
committerBrian Bidulock2020-05-08 19:14:34 -0600
commit9b1d339be8d2230908392c520b0d56347f223cda (patch)
tree5e76136944dbe947a2b28ad90cefb29fca86a32a
parent5478c4038bd0dc7dc585823f3f7f1e6c4984f312 (diff)
downloadaur-9b1d339be8d2230908392c520b0d56347f223cda.tar.gz
add dependencies from comments on AUR
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d2f31e6a5aa..8a58be326813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,19 @@
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 = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/xml2rfc
arch = any
license = custom:BSD
depends = python
depends = python-lxml
depends = python-requests
+ depends = python-pyflakes
+ depends = python-pycountry
+ depends = python-kitchen
+ depends = python-intervaltree
+ depends = python-google-i18n-address
+ depends = python-html5lib
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 fb3a033d523d..00f90bf2d3c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xml2rfc
pkgver=2.44.0
-pkgrel=1
+pkgrel=2
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)
+depends=(python python-lxml python-requests
+ python-pyflakes python-pycountry python-kitchen python-intervaltree
+ python-google-i18n-address python-html5lib)
license=(custom:BSD)
source=("https://files.pythonhosted.org/packages/96/41/b30e3952dfd4915472a1c218651e319cd1502736fca6f10bf4b1d1498372/xml2rfc-2.44.0.tar.gz")
sha512sums=('fc6cf12963ad115e52e4aa830cc4ce7a6b2a9d716411f9bcde0e2aaa97efcb2f0745af1b54b4a3a70727ed68c3af6b47b9b3d3d90e8eaa54094f0016046a1c5d')