From 63ba884733080417d3fc78ad6da4b119b5cf4812 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 26 May 2021 08:34:21 +0200 Subject: python-wxmplot 0.9.44-1 -> 0.9.45-1 --- python-wxmplot/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'python-wxmplot/PKGBUILD') diff --git a/python-wxmplot/PKGBUILD b/python-wxmplot/PKGBUILD index 8eec41ea5..57151bfae 100755 --- a/python-wxmplot/PKGBUILD +++ b/python-wxmplot/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erich Eckner pkgname=python-wxmplot _pkgname="${pkgname#*-}" -pkgver=0.9.44 +pkgver=0.9.45 pkgrel=1 pkgdesc='A library for plotting in wxPython using matplotlib' arch=('any') @@ -10,16 +10,15 @@ license=('OSI Approved :: MIT License') depends=( 'python<3.10' 'python>=3.9' - 'python-matplotlib>=2.0' + 'python-matplotlib>=3.0' 'python-numpy>=1.12' - 'python-six>=1.10' 'python-wxpython>=4.0.3') makedepends=( 'python-setuptools') source=( - "https://pypi.python.org/packages/0f/26/eb54601c65c81e360634a7299855be45895c03cc324be2c34d40c0c74f85/${_pkgname}-${pkgver}.tar.gz" + "https://pypi.python.org/packages/06/28/d12fdc072c5b09548851d664db3bcad8cf23618d3732f69e7636e3f42cee/${_pkgname}-${pkgver}.tar.gz" ) -sha512sums=('62f04913b221147725d81e90353f4843e794d672ff50f00ac42765de8c6bec80f288626ac6d8888f54c9b2396a1611601b77517a82b940cd5fbd9ec4db51b185') +sha512sums=('8b20a8693c2d83dd08772814e06994ea0ccc9393d8f0e436b87967fd336e574f628488dfd05cdd1455cdc4a3be579c46679ec02618a7fff29402f6bfd05b5daf') build() { cd "${_pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf