diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-13 19:42:05 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-13 19:42:05 +0100 |
commit | 7564595c88be9fe9b961c9b776c6ba7bb0d00451 (patch) | |
tree | ac0ed9f46c01a565a1b021638053044a2f748793 /~mtjm/python2-pyspf/PKGBUILD | |
parent | 3337a953d85159e558ce2402b4699bf59ab4e5a4 (diff) | |
download | abslibre-7564595c88be9fe9b961c9b776c6ba7bb0d00451.tar.gz abslibre-7564595c88be9fe9b961c9b776c6ba7bb0d00451.tar.bz2 abslibre-7564595c88be9fe9b961c9b776c6ba7bb0d00451.zip |
Update ~mtjm python2-pydns and python1-pyspf.
Diffstat (limited to '~mtjm/python2-pyspf/PKGBUILD')
-rw-r--r-- | ~mtjm/python2-pyspf/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/~mtjm/python2-pyspf/PKGBUILD b/~mtjm/python2-pyspf/PKGBUILD index a32893066..abb3bfa5f 100644 --- a/~mtjm/python2-pyspf/PKGBUILD +++ b/~mtjm/python2-pyspf/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Samed Beyribey <ras0ir AT eventualis DOT org> pkgname=python2-pyspf _pkgname=pyspf -pkgver=2.0.5 -pkgrel=2 +pkgver=2.0.7 +pkgrel=1 pkgdesc="Python2 implementation of the Sender Policy Framework (SPF) protocol" arch=('any') url="http://pypi.python.org/pypi/pyspf" @@ -15,7 +15,7 @@ checkdepends=('python2-yaml') conflicts=('python-pyspf') options=(!emptydirs) source=(http://downloads.sourceforge.net/pymilter/$_pkgname-$pkgver.tar.gz) -md5sums=(7e3f53362e3ad52ec8a496445085a34f) +md5sums=('df47e2c04054a89da8b46b7f67e704ae') build() { cd "$srcdir/$_pkgname-$pkgver" |