author | Antonio Rojas
<arojas@archlinux.org> 2021-06-12 14:02:29 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-06-12 14:02:29 UTC |
parent | 2ef34eb1fab98676f998ac16bfc180bae5f5f677 |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 990bdaa..b23bd38 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=qt5-script -_qtver=5.15.2 +_qtver=5.15.4 pkgver=${_qtver/-/} pkgrel=1 arch=('x86_64') @@ -10,11 +10,11 @@ url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility' depends=('qt5-base') -makedepends=() +makedepends=('git') groups=('qt' 'qt5') -_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}" -source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('a299715369afbd1caa4d7fa2875d442eab91adcaacafce54a36922442624673e') +_pkgfqn=${pkgname/5-/} +source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts) +sha256sums=('SKIP') prepare() { mkdir -p build