python-colorspacious: update to 1.1.2 (#3993)

This commit is contained in:
Andrew Sun
2018-06-23 03:43:38 -04:00
committed by Алексей
parent 6c2592bed4
commit 688ebcad18

View File

@@ -3,7 +3,7 @@
_realname=colorspacious
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.1.0
pkgver=1.1.2
pkgrel=1
pkgdesc="Python library for doing colorspace conversions (mingw-w64)"
arch=('any')
@@ -14,8 +14,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools"
"${MINGW_PACKAGE_PREFIX}-python2-numpy"
"${MINGW_PACKAGE_PREFIX}-python3-numpy")
options=('staticlibs')
source=("https://pypi.org/packages/source/c/${_realname}/${_realname}-${pkgver}.zip")
sha256sums=('7fd83cdb22224335c51c1f85e54a55f18568660452680d21f4b306d4454aec56')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/njsmith/colorspacious/archive/v${pkgver}.tar.gz")
sha256sums=('d72658fe4ccedc3ab276c831e51887ee8fc8e5824eee11aeed398ec77d77d640')
prepare() {
cd ${srcdir}