Update all packages

This commit is contained in:
moparisthebest
2016-12-14 23:46:27 -05:00
parent dc1e73815a
commit 123e9b72e6
14 changed files with 51 additions and 48 deletions

View File

@@ -2,14 +2,14 @@ pkgbase = python-pyspf
pkgdesc = Python implementation of the Sender Policy Framework (SPF) protocol
pkgver = 2.0.12
pkgrel = 1
url = http://pypi.python.org/pypi/pyspf
url = https://pypi.python.org/pypi/pyspf
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.12t.tar.gz
md5sums = c83143ad79074bf8c80235748a8a698f
source = python-pyspf-2.0.12.tar.gz::https://pypi.python.org/packages/source/p/pyspf/pyspf-2.0.12t.tar.gz
sha256sums = 8aa21ba0e3aff8a4e8ad8f586c500a5d1f9c4c902c3f11bcc107465857cd41a2
pkgname = python-pyspf

View File

@@ -7,13 +7,13 @@ _fix_pkgver=2.0.12t
pkgrel=1
pkgdesc="Python implementation of the Sender Policy Framework (SPF) protocol"
arch=('any')
url="http://pypi.python.org/pypi/pyspf"
url="https://pypi.python.org/pypi/pyspf"
license=('PSF')
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-$_fix_pkgver.tar.gz)
md5sums=('c83143ad79074bf8c80235748a8a698f')
source=("$pkgname-$pkgver.tar.gz::https://pypi.python.org/packages/source/p/pyspf/pyspf-$_fix_pkgver.tar.gz")
sha256sums=('8aa21ba0e3aff8a4e8ad8f586c500a5d1f9c4c902c3f11bcc107465857cd41a2')
build() {
cd "$srcdir/pyspf-$pkgver"