Date: Sunday, January 17, 2021 @ 18:13:44 Author: arojas Revision: 821525
Update to 4.9.2 Modified: python-envisage/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-17 18:13:36 UTC (rev 821524) +++ PKGBUILD 2021-01-17 18:13:44 UTC (rev 821525) @@ -1,8 +1,8 @@ # Maintainer: Andrzej Giniewicz <[email protected]> pkgname=python-envisage -pkgver=4.9.0 -pkgrel=3 +pkgver=4.9.2 +pkgrel=1 pkgdesc="Extensible Application Framework" arch=('any') url="https://github.com/enthought/envisage" @@ -11,7 +11,7 @@ makedepends=('python-setuptools') optdepends=('ipython: for IPython shell plugin') source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz") -sha256sums=('c38bdea72c9c942d5a846e592687d5629520ae7fab1057ea1c530ab2f4896c78') +sha256sums=('88a130149c6d3d58f375af4ef06c1e43c5b8cfb52b8a3a5add2e721d9dccc1d3') build() { cd "$srcdir"/envisage-$pkgver
