author | Antonio Rojas
<arojas@archlinux.org> 2022-05-14 17:48:36 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-05-14 17:48:36 UTC |
parent | ff28d398f2916fd01a121281f384875563d1132b |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 4c72633..f11b634 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,14 +5,14 @@ pkgbase=qscintilla pkgname=(qscintilla-qt5 python-qscintilla-qt5 qscintilla-qt6 python-qscintilla-qt6) -pkgver=2.13.2 +pkgver=2.13.3 pkgrel=1 license=(GPL) arch=(x86_64) url="https://www.riverbankcomputing.com/software/qscintilla/intro" makedepends=(python-pyqt5 qt5-tools python-pyqt6 qt6-tools sip pyqt-builder) source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla_src-$pkgver.tar.gz") -sha256sums=('b6c7e5f27b51d25f09fe6cf84ae9a7f0876af0d65d8ccb551109e6e7b25885f4') +sha256sums=('711d28e37c8fccaa8229e8e39a5b3b2d97f3fffc63da10b71c71b84fa3649398') build() { cp -r QScintilla_src-$pkgver{,-qt5}