diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-05-16 11:38:27 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-05-16 11:39:19 -0400 |
commit | 5f987188300d261b48f91470365ca7fecb04bff5 (patch) | |
tree | 527b87421ced508fd7451dbe484491dd823f0905 | |
parent | 0947239827274ca70e91a8da93219846bdad401a (diff) | |
download | abslibre-5f987188300d261b48f91470365ca7fecb04bff5.tar.gz abslibre-5f987188300d261b48f91470365ca7fecb04bff5.tar.bz2 abslibre-5f987188300d261b48f91470365ca7fecb04bff5.zip |
[qt5-styleplugins]: rebuild against latest qt5-base
-rw-r--r-- | libre/qt5-styleplugins/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/qt5-styleplugins/PKGBUILD b/libre/qt5-styleplugins/PKGBUILD index 7f375543d..36115efa1 100644 --- a/libre/qt5-styleplugins/PKGBUILD +++ b/libre/qt5-styleplugins/PKGBUILD @@ -1,6 +1,6 @@ +# Maintainer (aur): Eli Schwartz <eschwartz@archlinux.org> # Maintainer: bill-auger <bill-auger@programmer.net> -# Contributor: Felix Yan <felixonmars@archlinux.org> -# Contributor: Eli Schwartz <eschwartz@archlinux.org> + # parabola changes and rationale: # - no libre changes @@ -11,7 +11,7 @@ pkgname=qt5-styleplugins pkgver=5.0.0.20170311 _commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3 # unreleased master branch tip pkgdesc='Additional style plugins for Qt5' -pkgrel=34 +pkgrel=35 arch=(armv7h i686 x86_64) url="https://github.com/qt/qtstyleplugins" license=('LGPL') @@ -74,9 +74,9 @@ build() { cd qtstyleplugins-${_commit} qmake PREFIX='/usr' \ - CONFIG+='nostrip' \ - QMAKE_CFLAGS_RELEASE="$CFLAGS" \ - QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" + CONFIG+='nostrip' \ + QMAKE_CFLAGS_RELEASE="$CFLAGS" \ + QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" make } |