mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/qt5-imageformats to 5.6.1-1
This commit is contained in:
parent
6068c5da48
commit
815f93257a
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
|||
# - patch for libwebp aarch64 neon decision
|
||||
|
||||
pkgname=qt5-imageformats
|
||||
_qtver=5.6.0
|
||||
_qtver=5.6.1
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -20,7 +20,7 @@ groups=('qt' 'qt5')
|
|||
_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
|
||||
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
|
||||
'aarch64.patch')
|
||||
md5sums=('bb57c1db37e89a47f3513859ef04ae97'
|
||||
md5sums=('3c96ea81db49132eaa4e0d9c9a9db0c2'
|
||||
'c467ac74c0faeac0fab836181e228e1d')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue