From 08d41034a1d37ffcdb5d9c97ea51f07c5fbacd27 Mon Sep 17 00:00:00 2001 From: Alexpux Date: Thu, 7 May 2015 11:36:11 +0300 Subject: [PATCH] python-beaker: Update to 1.7.0 --- python-beaker/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-beaker/PKGBUILD b/python-beaker/PKGBUILD index bb6e9b07..915da3e4 100644 --- a/python-beaker/PKGBUILD +++ b/python-beaker/PKGBUILD @@ -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}"