author | Antonio Rojas
<arojas@archlinux.org> 2020-06-10 12:34:12 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-06-10 12:34:12 UTC |
parent | 2620e1ed1e417ed78da236bd7747dc824bdf3f6c |
PKGBUILD | +4 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 96e833c..a5c4e7f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,21 +5,14 @@ pkgbase=qscintilla pkgname=('qscintilla-qt5' 'python-qscintilla-qt5') -pkgver=2.11.4 -pkgrel=3 +pkgver=2.11.5 +pkgrel=1 license=('GPL') arch=('x86_64') url="https://www.riverbankcomputing.com/software/qscintilla/intro" makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder') -source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz" - qscintilla-sip-5.3.patch) -sha256sums=('723f8f1d1686d9fc8f204cd855347e984322dd5cd727891d324d0d7d187bee20' - '917b57158deaf83682d8d383a2295e46c5510a629de8f3df775b941f3ab8b023') - -prepare() { - cd QScintilla-$pkgver - patch -p1 -i ../qscintilla-sip-5.3.patch # Fix build with sip 5.3 -} +source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz") +sha256sums=('9361e26fd7fb7b5819a7eb92c5c1880a18de9bd3ed9dd2eb008e57388696716b') build() { cd QScintilla-${pkgver}