summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d48d9c4b5ea9..8ebb6db4028a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyspf
pkgdesc = Python implementation of the Sender Policy Framework (SPF) protocol
- pkgver = 2.0.12
+ pkgver = 2.0.11
pkgrel = 1
url = http://pypi.python.org/pypi/pyspf
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-pyspf
makedepends = python-setuptools
depends = python-pydns
optdepends = python-authres: Return RFC 5451 Authentication Results headers
- source = http://pypi.python.org/packages/source/p/pyspf/pyspf-2.0.12.tar.gz
- md5sums = c7dbad42e4f0ef65b5bf0b01b8ec1c3b
+ source = http://pypi.python.org/packages/source/p/pyspf/pyspf-2.0.11.tar.gz
+ md5sums = 83add3a0d8732bcc28841ceb5da440ba
pkgname = python-pyspf
diff --git a/PKGBUILD b/PKGBUILD
index a1885f3567c9..d8a16665d15e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rich Li <rich at dranek com>
# Contributor: Samed Beyribey <ras0ir AT eventualis DOT org>
pkgname=python-pyspf
-pkgver=2.0.12
+pkgver=2.0.11
pkgrel=1
pkgdesc="Python implementation of the Sender Policy Framework (SPF) protocol"
arch=('any')
@@ -11,7 +11,13 @@ depends=('python-pydns')
makedepends=('python-setuptools')
optdepends=('python-authres: Return RFC 5451 Authentication Results headers')
source=(http://pypi.python.org/packages/source/p/pyspf/pyspf-$pkgver.tar.gz)
-md5sums=('c7dbad42e4f0ef65b5bf0b01b8ec1c3b')
+md5sums=('83add3a0d8732bcc28841ceb5da440ba')
+
+# NOTE from the maintainer: 2.0.12 is available, but as of 2015-08-10 is
+# completely broken due to using tab-indentation for a few lines. The script
+# will not run in Python 3. The indentation is ambiguous, so that I cannot
+# correct it myself. I sent an email to pyspf@openspf.org on 2015-08-10 to
+# notify them of the issue.
build() {
cd "$srcdir/pyspf-$pkgver"