[arch-commits] Commit in python-flask-babel/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Sep 20 10:12:57 UTC 2015
Date: Sunday, September 20, 2015 @ 12:12:57
Author: arojas
Revision: 141226
Python 3.5 rebuild
Modified:
python-flask-babel/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-20 09:57:54 UTC (rev 141225)
+++ PKGBUILD 2015-09-20 10:12:57 UTC (rev 141226)
@@ -4,14 +4,14 @@
_pipname=Flask-Babel
pkgbase=python-flask-babel
-pkgname=('python2-flask-babel' 'python-flask-babel')
+pkgname=(python2-flask-babel python-flask-babel)
pkgver=0.9
-pkgrel=1
+pkgrel=2
pkgdesc="Adds i18n/l10n support to Flask applications with the help of the Babel library."
-arch=('any')
+arch=(any)
url="http://pypi.python.org/pypi/Flask-Babel"
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
+license=(BSD)
+makedepends=(python2-setuptools python-setuptools)
source=("https://pypi.python.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz")
md5sums=('4762e0392303f464d53cbebedfb87ded')
More information about the arch-commits
mailing list