summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Ostuni2016-10-26 02:10:38 +0200
committerDario Ostuni2016-10-26 02:10:38 +0200
commitf9a26098f1e1f65eb0f067f6c15a585f641f887f (patch)
treefd252392e3ee335aebf40218027599c9d301fa6a /PKGBUILD
parent41f5e2f8592ada746acc4cd8d243e3fa31000161 (diff)
downloadaur-f9a26098f1e1f65eb0f067f6c15a585f641f887f.tar.gz
Added ARM support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6a93c22f1f0..3ba20bea9f79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=grainbow-git
pkgver=r2.cff35ea
-pkgrel=2
+pkgrel=3
pkgdesc="Color the screen with a rainbow (libgamma version)"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/dariost/GRainbow"
license=('APACHE2')
depends=('libgammamm')