summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRains2016-05-24 14:44:04 +0800
committerRains2016-05-24 14:44:04 +0800
commitb455c0209dd400ac44591794b305e1cb58cfa773 (patch)
treeb69951f8912d18fa506c34f03ee8d08475d68649
parent4e1f9999982dc36daa94343c2d5dd8e20005800f (diff)
downloadaur-b455c0209dd400ac44591794b305e1cb58cfa773.tar.gz
add arch armv6h
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10da16d9a42d..9c8c7029a717 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# ε›› 12月 31 05:48:35 UTC 2015
+# 二 5月 24 06:43:52 UTC 2016
pkgbase = swconfig-git
pkgdesc = project to package the swconfig utility from OpenWRT for archlinuxarm on BPi-R1
pkgver = 20150806.4.g43e2854
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rains31/swconfig
+ arch = armv6h
arch = armv7h
license = GPL2
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 16069629caeb..b60d2c3032c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=swconfig-git
_pkgname=swconfig
pkgver=20150806.4.g43e2854
-pkgrel=1
+pkgrel=2
pkgdesc="project to package the swconfig utility from OpenWRT for archlinuxarm on BPi-R1"
url="https://github.com/rains31/swconfig"
license=('GPL2')
@@ -10,7 +10,7 @@ makedepends=('git' 'gcc' 'linux-headers')
provides=(${pkgname})
conflicts=(${pkgname})
options=()
-arch=('armv7h')
+arch=('armv6h' 'armv7h')
source=(git+https://github.com/rains31/${_pkgname}.git)
sha1sums=('SKIP')