summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2020-12-04 11:52:31 -0500
committerHao Zhang2020-12-04 11:52:31 -0500
commit8c96fc0dbb9f5dc901fb045244e0b74ae98b3be4 (patch)
tree5c6151317d181fb41a049a4b6fce37ba14c51038
parentc30622f20964dcecca245bf6047b120a24a14b2b (diff)
downloadaur-8c96fc0dbb9f5dc901fb045244e0b74ae98b3be4.tar.gz
Rebuild for python 3.9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a6b23c850bb..5e0a688ec6a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-pyspf
pkgdesc = Python implementation of the Sender Policy Framework (SPF) protocol
pkgver = 2.0.14
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/pyspf
arch = any
license = PSF
makedepends = python-setuptools
- depends = python-pydns
+ depends = python-dnspython
optdepends = python-authres: Return RFC 5451 Authentication Results headers
source = https://files.pythonhosted.org/packages/d4/dc/5b3838ff90474e21fe0914920c53430f73402e07d6598ea228e61b74963e/pyspf-2.0.14.tar.gz
sha256sums = 57a7ef01bda090173aafb6af0106251686ed73f03db4e911fcd34c57fc347186
diff --git a/PKGBUILD b/PKGBUILD
index 299341ced909..5ae90d96656e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Samed Beyribey <ras0ir AT eventualis DOT org>
pkgname=python-pyspf
pkgver=2.0.14
-pkgrel=1
+pkgrel=2
pkgdesc="Python implementation of the Sender Policy Framework (SPF) protocol"
arch=('any')
url="https://pypi.python.org/pypi/pyspf"
license=('PSF')
-depends=('python-pydns')
+depends=('python-dnspython')
makedepends=('python-setuptools')
optdepends=('python-authres: Return RFC 5451 Authentication Results headers')
source=("https://files.pythonhosted.org/packages/d4/dc/5b3838ff90474e21fe0914920c53430f73402e07d6598ea228e61b74963e/pyspf-$pkgver.tar.gz")