Skip to content

Commit 1021480

Browse files
[SLIP CI] Bump Version
1 parent 28550d1 commit 1021480

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PKGBUILD

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
#Automatically generated by pip2arch on 2015-04-27
1+
#Automatically generated by pip2arch on 2015-09-02
22

33
pkgname=python-css-html-js-minify
4-
pkgver=1.0.13
4+
pkgver=1.2.0
55
pkgrel=1
66
pkgdesc="StandAlone Async single-file cross-platform no-dependencies Unicode-ready Python3-ready Minifier for the Web."
77
url="https://github.com/juancarlospaco/css-html-js-minify"
88
depends=('python' 'pip')
99
makedepends=('python3' )
1010
license=('CUSTOM')
1111
arch=('any')
12-
source=('https://pypi.python.org/packages/source/c/css-html-js-minify/css-html-js-minify-1.0.13.zip')
13-
md5sums=('3566f26423f99fb702e74ecc212fa7b3')
12+
source=('https://pypi.python.org/packages/source/c/css-html-js-minify/css-html-js-minify-1.2.0.zip')
13+
md5sums=('68db7a1c2586a9b0b085b3cb76da9fc9')
1414

1515
build() {
16-
cd $srcdir/css-html-js-minify-1.0.13
16+
cd $srcdir/css-html-js-minify-1.2.0
1717
python setup.py build
1818
}
1919

2020
package() {
21-
cd $srcdir/css-html-js-minify-1.0.13
21+
cd $srcdir/css-html-js-minify-1.2.0
2222
python setup.py install --root="$pkgdir" --optimize=1
2323
}

0 commit comments

Comments
 (0)