author | Antonio Rojas
<arojas@archlinux.org> 2019-06-29 06:59:05 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-06-29 06:59:05 UTC |
parent | 3b867b7e75210fd9debb4d13c7626fc33956736f |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 49657aa..ad3b39d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=qscintilla pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5' 'python-qscintilla-qt5-common') -pkgver=2.11.1 +pkgver=2.11.2 pkgrel=1 license=('GPL') arch=('x86_64') @@ -13,7 +13,7 @@ url="https://www.riverbankcomputing.com/software/qscintilla/intro" makedepends=('python-pyqt5' 'python2-pyqt5' 'qt5-tools' 'sip') options=('!buildflags') # Fix Qt Designer plugin source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla_gpl-$pkgver.tar.gz") -sha256sums=('dae54d19e43dba5a3f98ac084fc0bcfa6fb713fa851f1783a01404397fd722f5') +sha256sums=('029bdc476a069fda2cea3cd937ba19cc7fa614fb90578caef98ed703b658f4a1') build() { cd "$srcdir"/QScintilla_gpl-${pkgver}