summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebcf005a47a1..d48d9c4b5ea9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = python-pyspf
pkgdesc = Python implementation of the Sender Policy Framework (SPF) protocol
- pkgver = 2.0.11
+ pkgver = 2.0.12
pkgrel = 1
url = http://pypi.python.org/pypi/pyspf
- arch = i686
- arch = x86_64
+ arch = any
license = PSF
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.11.tar.gz
- md5sums = 83add3a0d8732bcc28841ceb5da440ba
+ source = http://pypi.python.org/packages/source/p/pyspf/pyspf-2.0.12.tar.gz
+ md5sums = c7dbad42e4f0ef65b5bf0b01b8ec1c3b
pkgname = python-pyspf
diff --git a/PKGBUILD b/PKGBUILD
index c810625793ed..a1885f3567c9 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.11
+pkgver=2.0.12
pkgrel=1
pkgdesc="Python implementation of the Sender Policy Framework (SPF) protocol"
arch=('any')
@@ -11,7 +11,7 @@ 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=('83add3a0d8732bcc28841ceb5da440ba')
+md5sums=('c7dbad42e4f0ef65b5bf0b01b8ec1c3b')
build() {
cd "$srcdir/pyspf-$pkgver"