summaryrefslogtreecommitdiff
path: root/libre/python-jsmin
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-15 11:32:00 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-15 14:42:51 -0400
commit510d41fdcb89024f282e3a5b87ed00809790974d (patch)
treeb8549252a6f98607151182544757715c5c0fac3b /libre/python-jsmin
parente1b71e0779754f41b8af21a3759befa2c97a88dc (diff)
update libre/python-jsmin
Diffstat (limited to 'libre/python-jsmin')
-rw-r--r--libre/python-jsmin/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/python-jsmin/PKGBUILD b/libre/python-jsmin/PKGBUILD
index 08d7b1a0d..0708b00c7 100644
--- a/libre/python-jsmin/PKGBUILD
+++ b/libre/python-jsmin/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=jsmin
pkgname=(python-jsmin python2-jsmin)
-pkgver=2.0.9
+pkgver=2.1.1
pkgdesc="JavaScript minifier"
url="https://bitbucket.org/dcs/jsmin"
license=('MIT')
@@ -11,7 +11,7 @@ pkgrel=2
arch=('any')
makedepends=(python{,2}-setuptools)
source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('1075751bb9499dc508cc5ff90c5088dc')
+md5sums=('7facb7cc42bbd35831752f65d0fdca6d')
package_python-jsmin() {
depends=('python')