Date: Monday, June 8, 2020 @ 14:07:11 Author: arojas Revision: 388499
Update to 4.19.23 Modified: sip/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-08 11:20:18 UTC (rev 388498) +++ PKGBUILD 2020-06-08 14:07:11 UTC (rev 388499) @@ -5,21 +5,16 @@ pkgbase=sip pkgname=('sip' 'python-sip' 'python2-sip-pyqt5') -pkgver=4.19.22 -pkgrel=2 +pkgver=4.19.23 +pkgrel=1 arch=('x86_64') url='https://www.riverbankcomputing.com/software/sip/intro' license=('custom:"sip"') makedepends=('python' 'python2') -source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz" - sip-fix-pyqt5-crash.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/812b5e26df96") -sha256sums=('e1b768824ec1a2ee38dd536b6b6b3d06de27b00a2f5f55470d1b512306e3be45' - '6bc6551fdf1eb91df8944857232bf1deb1dbc2c452659645f8d4f34479321caf') +source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz") +sha256sums=('22ca9bcec5388114e40d4aafd7ccd0c4fe072297b628d0c5cdfa2f010c0bc7e7') prepare() { - pushd sip-$pkgver - patch -p1 -i ../sip-fix-pyqt5-crash.patch # Fix crash in PyQt5 5.15 - popd mkdir -p build{,-pyqt5-py2} }