From 7a8a6bc054d8850b3a68602246d5ef1e4e76e57f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 5 Oct 2020 06:26:53 +0200 Subject: python-wxmplot 0.9.41-2 -> 0.9.42-1 --- python-wxmplot/PKGBUILD | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'python-wxmplot/PKGBUILD') diff --git a/python-wxmplot/PKGBUILD b/python-wxmplot/PKGBUILD index de2eef8e..9c99d9a0 100755 --- a/python-wxmplot/PKGBUILD +++ b/python-wxmplot/PKGBUILD @@ -1,26 +1,22 @@ # Maintainer: Erich Eckner pkgname=python-wxmplot _pkgname="${pkgname#*-}" -pkgver=0.9.41 -pkgrel=2 +pkgver=0.9.42 +pkgrel=1 pkgdesc='A library for plotting in wxPython using matplotlib' arch=('any') url='https://pypi.python.org/pypi/wxmplot/0.9.18' license=('OSI Approved :: MIT License') -depends=( - 'python>=3.8' - 'python<3.9' - 'python-matplotlib>=2.0' - 'python-numpy>=1.12' - 'python-six>=1.10' - 'python-wxpython>=4.0.3' -) makedepends=( 'python-setuptools') +depends=( + + 'python>=3.8' + 'python<3.9') source=( - "https://pypi.python.org/packages/d5/7e/01ce59d29ef9bd3e6d5f66af8883e4dccf24b63513210927d92ca31e1c55/${_pkgname}-${pkgver}.tar.gz" + "https://pypi.python.org/packages/76/48/6506f11d696c97fbb7693abb9d7b098b6c13b8ecf44ece64ba040aace5aa/${_pkgname}-${pkgver}.tar.gz" ) -sha512sums=('9c31353432308734f8f1aa9c411f4c192e4239bc4d85534561e258359da06fe50a52407eaa05ac85393f899498c41cb5eeee59b1beef43c2a39176acbcf5621a') +sha512sums=('8c68f36f52d076ef9a25a386c58965832dddc7506466a46c36fe3ccf6b88467b27bf641df79eb392d4e6bc8b519b28062bde915f2772ad3098ed7a6b9502576e') build() { cd "${_pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf