diff --git a/.SRCINFO b/.SRCINFO index 4adc328..ba4a21f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,6 +4,7 @@ pkgbase = qt5-styleplugins pkgrel = 22 url = https://github.com/qt/qtstyleplugins arch = x86_64 + arch = aarch64 license = LGPL depends = qt5-base depends = gtk2 diff --git a/PKGBUILD b/PKGBUILD index 825807d..b4011f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgver=5.0.0.20170311 _commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3 pkgdesc='Additional style plugins for Qt5' pkgrel=22 -arch=('x86_64') +arch=('x86_64' 'aarch64') url="https://github.com/qt/qtstyleplugins" license=('LGPL') depends=('qt5-base' 'gtk2')