summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ac014b70ebe..6f6a65788106 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = raspberry-overlayroot-git
pkgrel = 1
url = https://github.com/nils-werner/arch-overlayroot
install = raspberry-overlayroot.install
- arch = armv6l
+ arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3fec422d8f91..2c19f06c97fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=raspberry-overlayroot-git
pkgver=493f431
pkgrel=1
pkgdesc="OverlayFS root file system for RaspberryRi"
-arch=("armv6l" "armv7h" "aarch64")
+arch=("armv6h" "armv7h" "aarch64")
url="https://github.com/nils-werner/arch-overlayroot"
license=("MIT")
depends=("mkinitcpio" "arch-install-scripts" "sudo")