python-imagesize: update to 1.1.0

This commit is contained in:
Alessio Sergi 2018-09-15 01:30:30 +02:00
parent 21d47339ca
commit 71f02a05eb

View file

@ -1,6 +1,6 @@
# Template file for 'python-imagesize'
pkgname=python-imagesize
version=1.0.0
version=1.1.0
revision=1
noarch=yes
wrksrc="imagesize-${version}"
@ -13,7 +13,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/shibukawa/imagesize_py"
license="MIT"
distfiles="${PYPI_SITE}/i/imagesize/imagesize-${version}.tar.gz"
checksum=5b326e4678b6925158ccc66a9fa3122b6106d7c876ee32d7de6ce59385b96315
checksum=f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5
post_install() {
vlicense LICENSE.rst
}
python3-imagesize_package() {
noarch=yes
@ -22,5 +26,6 @@ python3-imagesize_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.rst
}
}