author | Antonio Rojas
<arojas@archlinux.org> 2020-09-09 09:04:14 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-09-09 09:04:14 UTC |
parent | 845a5944e26d87dc5e521442a16dad867c7dae6f |
PKGBUILD | +5 | -10 |
diff --git a/PKGBUILD b/PKGBUILD index d8ef9ea..a34e72a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,9 +2,9 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=qt5-tools -_qtver=5.15.0 +_qtver=5.15.1 pkgver=${_qtver/-/} -pkgrel=3 +pkgrel=1 arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -16,20 +16,15 @@ groups=('qt' 'qt5') conflicts=('qtchooser') _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" - {assistant,designer,linguist,qdbusviewer}.desktop - qt5-tools-qtwebkit.patch::"https://code.qt.io/cgit/qt/qttools.git/patch/?id=3c30956e") -sha256sums=('ddbcb49aab3a2e3672582c6e2e7bec0058feff790f67472343c79e2895e0e437' + {assistant,designer,linguist,qdbusviewer}.desktop) +sha256sums=('c98ee5f0f980bf68cbf0c94d62434816a92441733de50bd9adbe9b9055f03498' '8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4' '92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c' '15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45' - 'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db' - 'bf0622d469781be2e059ae4e7fee7cbb7cc6f3b042b8fa2081e639f52d5a6696') + 'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db') prepare() { mkdir -p build - - cd $_pkgfqn - patch -p1 -i ../qt5-tools-qtwebkit.patch # Fix build with QtWebkit } build() {