summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442017-02-17 14:12:57 +0100
committermarco442017-02-17 14:12:57 +0100
commitd8e22e6560e859fe2ceab6599e63c04231ea9fd5 (patch)
tree57266a8d302b18cbf6671273a41c077c0cfa97e9
parente2aac494101e0e574b9f03ff289b9b074c6d7223 (diff)
downloadaur-d8e22e6560e859fe2ceab6599e63c04231ea9fd5.tar.gz
Correct typo for arm
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cb336de77e9..bc0d265090ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=powa-archivist
pkgver=521fdf4
pkgrel=1
pkgdesc="postgresql background worker to capture data"
-arch=('i686' 'x86_64' 'armv7l')
+arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/dalibo/powa-archivist"
license=('BSD')
depends=('postgresql')