summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Westrup2015-11-28 21:31:27 +0100
committerErik Westrup2015-11-28 21:31:27 +0100
commit8b4a9a4e386d8584dc55b0dbff1075030633d30b (patch)
tree17d1c9d3a560a610f61945922881136a5d4f4a72
parent9f2a8176c88c7f7c8e90687929e185f1f238b964 (diff)
downloadaur-8b4a9a4e386d8584dc55b0dbff1075030633d30b.tar.gz
Added armv7h as a possible arch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ef43e52931a..7b95b6ebb123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=daemonize
pkgver=1.7.5
pkgrel=1
pkgdesc="Run a program as a Unix daemon"
-arch=(i686 x86_64)
+arch=(i686 x86_64 armv7h)
url="http://bmc.github.com/daemonize/"
license=('BSD')
depends=(glibc)