diff options
author | Dimitris Kiziridis | 2020-07-27 06:09:48 +0300 |
---|---|---|
committer | Dimitris Kiziridis | 2020-07-27 06:09:48 +0300 |
commit | 97877e8c6853cb2ae3998e6961641e8a44c903e3 (patch) | |
tree | 73fc63f2a496c6c5661516079c55a47b85ce7be3 /PKGBUILD | |
parent | a9bd81e74498c7152d024889bd825c715371e4da (diff) | |
download | aur-powerkit.tar.gz |
additional architecture support
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ pkgname=powerkit pkgver=1.0.0 pkgrel=8 pkgdesc='A Lightweight Desktop Independent full featured power manager' -arch=('x86_64') +arch=('i686' 'x86_64' 'aarch64') url='https://github.com/rodlie/powerkit' license=('BSD') install='powerkit.install' |