summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2022-03-02 11:10:47 -0700
committerBrian Bidulock2022-03-02 11:10:47 -0700
commitd7be974537f6b7c22682d990ab24212605c78a15 (patch)
treee07186b48427ef1fdfd6d2faa47a82eab2efe14f
parent8f8410fa3db76b6d664819bcdcdba7351a7ce1e2 (diff)
downloadaur-d7be974537f6b7c22682d990ab24212605c78a15.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edff3fa76b14..551318980af2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xml2rfc
pkgdesc = Generates RFCs and IETF drafts from document source in XML according to the DTD in RFC 2629
- pkgver = 3.11.1
+ pkgver = 3.12.3
pkgrel = 1
url = https://pypi.python.org/pypi/xml2rfc
arch = any
@@ -15,8 +15,8 @@ pkgbase = xml2rfc
depends = python-google-i18n-address
depends = python-html5lib
depends = python-six
- source = https://files.pythonhosted.org/packages/4f/cb/ddc53d4aada4f08b73027258c4d2048393a162193d8dee52622a0a03b409/xml2rfc-3.11.1.tar.gz
+ source = https://files.pythonhosted.org/packages/4e/63/e05e6d3edead8494ef32edbf6872ad1de4e26c0aac5617f09da64f022186/xml2rfc-3.12.3.tar.gz
validpgpkeys = 89F8DCE7EAE72F530905C6524E9B574B8FBB171A
- sha512sums = e39b15c160c86d9d70ac6e51bd97f1787814f1ced9503dd9f202c04cf14101db1e981fe9696afeb9854bd2992e498882b409576016cf05a06e5b15bc7115c9d8
+ sha512sums = 56ec3cbc87fe79719b56896da4715a1340c788cc21761352377010d098785d5d64209552fc34c3878bcd9521c811c8ab60ad2c8ad3d03f2a28965ecaf8e27650
pkgname = xml2rfc
diff --git a/PKGBUILD b/PKGBUILD
index d583153a93d2..95f42a5775db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xml2rfc
-pkgver=3.11.1
+pkgver=3.12.3
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'
@@ -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/4f/cb/ddc53d4aada4f08b73027258c4d2048393a162193d8dee52622a0a03b409/xml2rfc-3.11.1.tar.gz")
-sha512sums=('e39b15c160c86d9d70ac6e51bd97f1787814f1ced9503dd9f202c04cf14101db1e981fe9696afeb9854bd2992e498882b409576016cf05a06e5b15bc7115c9d8')
+source=("https://files.pythonhosted.org/packages/4e/63/e05e6d3edead8494ef32edbf6872ad1de4e26c0aac5617f09da64f022186/xml2rfc-3.12.3.tar.gz")
+sha512sums=('56ec3cbc87fe79719b56896da4715a1340c788cc21761352377010d098785d5d64209552fc34c3878bcd9521c811c8ab60ad2c8ad3d03f2a28965ecaf8e27650')
validpgpkeys=('89F8DCE7EAE72F530905C6524E9B574B8FBB171A') # Henrik Levkowetz <FIRSTNAME@SURNAME.com>
package() {