python-beaker: Update to 1.7.0

This commit is contained in:
Alexpux
2015-05-07 11:36:11 +03:00
parent c51fdb2a0a
commit 08d41034a1

View File

@@ -2,15 +2,15 @@
pkgbase=beaker
pkgname=("python3-${pkgbase}" "python2-${pkgbase}")
pkgver=1.6.5
pkgver=1.7.0
pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
arch=('i686' 'x86_64')
license=('PSF')
url="http://pypi.python.org/pypi/setuptools"
url="http://beaker.groovie.org/"
depends=("python2-setuptools" "python3-setuptools")
source=(https://github.com/bbangert/beaker/archive/v${pkgver}.tar.gz)
md5sums=('7776b5722b4669bfa0946731d3bd11d8')
source=("${pkgbase}-${pkgver}.tar.gz"::https://github.com/bbangert/beaker/archive/${pkgver}.tar.gz)
md5sums=('0a0d4933b28236cc339588871314df74')
prepare() {
cd "${srcdir}"