summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRich Li2015-08-10 15:22:49 -0600
committerRich Li2015-08-10 15:22:49 -0600
commit1538f6f3b9f2427673282c1e82825ed11d97d25f (patch)
treeb804bdac51172fc9e0b9ccb967630cf1917058da /PKGBUILD
parent66734b3f7dd33a74b0bfd6e86220d27ac208da46 (diff)
downloadaur-1538f6f3b9f2427673282c1e82825ed11d97d25f.tar.gz
Downgrade to 2.0.11 due to broken 2.0.12 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
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"