summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-10-04 19:42:14 -0600
committerBrian Bidulock2020-10-04 19:42:14 -0600
commit22dce06c717be0d98d767473f6e05a14b0ad4bc3 (patch)
tree3b403a02c3b255a91c46c2ffa94a3aedf832e432
parentf2a9730903f003161d3824402923616ecf7d43cc (diff)
downloadaur-22dce06c717be0d98d767473f6e05a14b0ad4bc3.tar.gz
uppkg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69e40ca90c97..62d8bbb352c7 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 = 3
+ pkgver = 3.2.1
+ pkgrel = 1
url = https://pypi.python.org/pypi/xml2rfc
arch = any
license = custom:BSD
@@ -15,9 +15,9 @@ pkgbase = xml2rfc
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
+ source = https://files.pythonhosted.org/packages/77/f4/98f717ab9acc7a4b476d0b46e6ff32cfd8966ad617c79cd3ff3cd3a388ce/xml2rfc-3.2.1.tar.gz
validpgpkeys = 89F8DCE7EAE72F530905C6524E9B574B8FBB171A
- sha512sums = fc6cf12963ad115e52e4aa830cc4ce7a6b2a9d716411f9bcde0e2aaa97efcb2f0745af1b54b4a3a70727ed68c3af6b47b9b3d3d90e8eaa54094f0016046a1c5d
+ sha512sums = 5a1a4df3df98fce90c58ab7c1ec19b610b78b1735bd79be2c28b7c29efc3c1679bc8d7c6a710dbf73e81711db3e3168946942d9663b097a15bc106191fd9bca3
pkgname = xml2rfc
diff --git a/PKGBUILD b/PKGBUILD
index b17e91022e04..9d6ef9006a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xml2rfc
-pkgver=2.44.0
-pkgrel=3
+pkgver=3.2.1
+pkgrel=1
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)
@@ -9,8 +9,8 @@ depends=(python python-lxml python-requests
python-pyflakes python-pycountry python-kitchen python-intervaltree
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')
+source=("https://files.pythonhosted.org/packages/77/f4/98f717ab9acc7a4b476d0b46e6ff32cfd8966ad617c79cd3ff3cd3a388ce/xml2rfc-3.2.1.tar.gz")
+sha512sums=('5a1a4df3df98fce90c58ab7c1ec19b610b78b1735bd79be2c28b7c29efc3c1679bc8d7c6a710dbf73e81711db3e3168946942d9663b097a15bc106191fd9bca3')
validpgpkeys=('89F8DCE7EAE72F530905C6524E9B574B8FBB171A') # Henrik Levkowetz <FIRSTNAME@SURNAME.com>
package() {