aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Matzner2019-05-01 10:17:47 +0200
committerzimbatm2019-05-01 10:17:47 +0200
commita325962cbbf00e147f78e07b6a4c697d9a17b352 (patch)
tree249446dbbdb0bed3d4355d42b91c3f8156fd1d1d
parent2e16774b92e89d1231876e1bf30c8d9fc524ba14 (diff)
downloadaur-a325962cbbf00e147f78e07b6a4c697d9a17b352.tar.gz
Allow all architectures (#11)
It seems to work quite well on other e.g., ARM as well, I suggest not to limit the architectures explicitly.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d670349e542d..dc89bcf4b065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=direnv
pkgver=2.20.1
pkgrel=1
pkgdesc='a shell extension that manages your environment'
-arch=('x86_64' 'i686')
+arch=('any')
url='http://direnv.net'
license=('MIT')
makedepends=('go')