author | Antonio Rojas
<arojas@archlinux.org> 2021-03-10 17:25:25 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-03-10 17:25:25 UTC |
parent | 5bc25059eafe081d50a26bd850fdc7430d932926 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 2484757..971ca56 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,14 +5,14 @@ pkgbase=qscintilla pkgname=(qscintilla-qt5 python-qscintilla-qt5 qscintilla-qt6 python-qscintilla-qt6) -pkgver=2.12.0 +pkgver=2.12.1 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=('2116181cce3076aa4897e36182532d0e6768081fb0cf6dcdd5be720519ab1434') +sha256sums=('a7331c44b5d7320cbf58cb2382c38857e9e9f4fa52c405bd7776c8b6649836c2') build() { cp -r QScintilla_src-$pkgver{,-qt5}