summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2016-10-26 02:10:38 +0200
committerDario Ostuni2016-10-26 02:10:38 +0200
commitf9a26098f1e1f65eb0f067f6c15a585f641f887f (patch)
treefd252392e3ee335aebf40218027599c9d301fa6a
parent41f5e2f8592ada746acc4cd8d243e3fa31000161 (diff)
downloadaur-f9a26098f1e1f65eb0f067f6c15a585f641f887f.tar.gz
Added ARM support
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b241aa751740..77d2cc354224 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
# Generated by mksrcinfo v8
-# Fri May 20 14:02:59 UTC 2016
+# Wed Oct 26 00:10:35 UTC 2016
pkgbase = grainbow-git
pkgdesc = Color the screen with a rainbow (libgamma version)
pkgver = r2.cff35ea
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dariost/GRainbow
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = APACHE2
depends = libgammamm
source = git+https://github.com/dariost/GRainbow.git
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')