summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEnrico Schmitz2019-03-17 15:34:59 +0100
committerEnrico Schmitz2019-03-17 15:34:59 +0100
commit0c3da8cfa3e6ca3e7371426ce0f967ff63c66a87 (patch)
treee32f5c43ec0f457a4e7193c2274e0c41e4252e88 /PKGBUILD
parent7599a5989d0840cc12169862384df45ffc84e510 (diff)
downloadaur-php-redis.tar.gz
Restore armv7h
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99eaa5e96498..ba0f3f69b09f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=4.3.0
pkgrel=1
pkgdesc="PHP extension for interfacing with Redis"
url="http://pecl.php.net/package/redis"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
license=('PHP')
makedepends=(
'php>=7.0.0'