Date: Saturday, August 29, 2015 @ 23:26:14 Author: arojas Revision: 138950
Update to 0.11.1 Modified: python-webassets/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-29 21:17:53 UTC (rev 138949) +++ PKGBUILD 2015-08-29 21:26:14 UTC (rev 138950) @@ -2,17 +2,17 @@ # Maintainer: Antonio Rojas <[email protected]> pkgbase=python-webassets -pkgname=('python2-webassets' 'python-webassets') +pkgname=(python2-webassets python-webassets) _pipname=webassets -pkgver=0.10.1 +pkgver=0.11.1 pkgrel=1 pkgdesc="Media asset management for Python, with glue code for various web frameworks." arch=(any) url="http://github.com/miracle2k/webassets/" -license=('BSD') -makedepends=('python2-django' 'python-django' 'python2-setuptools' 'python-setuptools') +license=(BSD) +makedepends=(python2-django python-django python2-setuptools python-setuptools) source=("http://pypi.python.org/packages/source/w/${_pipname}/${_pipname}-${pkgver}.tar.gz") -md5sums=('8007980e0ef38c9a42f577b2b2362e76') +md5sums=('6acca51bd12fbdc0399ab1a9b67a1599') prepare() { cp -R $_pipname-$pkgver python2-$_pipname-$pkgver @@ -19,7 +19,7 @@ } package_python2-webassets() { -depends=('python2-django') +depends=(python2-django) optdepends=('python2-pillow: support for image manipulation' 'python2-nose: required to run tests' 'python2-mock: required to run tests') @@ -34,7 +34,7 @@ } package_python-webassets() { -depends=('python-django') +depends=(python-django) optdepends=('python-pillow: support for image manipulation' 'python-nose: required to run tests' 'python-mock: required to run tests')
