summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJente Hidskes2018-07-16 22:41:46 +0200
committerJente Hidskes2018-07-16 22:44:36 +0200
commit4fe7bba54e4504789bfda6adc69dd80bbf21b301 (patch)
treef1b2e76029720eb15a210ae08bdb6a422762b867
parentda47c81c4917ecfc59c934cc930014bce415e545 (diff)
downloadaur-4fe7bba54e4504789bfda6adc69dd80bbf21b301.tar.gz
Add armv7h architecture
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1df41e4a9bc..9064bfef2480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = arch-diff
url = https://github.com/aneas/arch-diff
arch = i686
arch = x86_64
+ arch = armv7h
license = MIT
depends = pacman
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index ad6f975b398f..5804ac30fef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Alexander Breckel
+# Maintainer: Jente Hidskes <hjdskes@gmail.com>
pkgname=arch-diff
pkgver=0.2
pkgrel=1
pkgdesc="Perform a full diff between all pacman packages and the file system"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/aneas/arch-diff"
license=('MIT')
depends=('pacman' 'zlib')