summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2019-05-10 11:46:07 -0500
committerMatt Parnell2019-05-10 11:46:07 -0500
commit7b9f13be936369131af99ab8033a201fc5e54e1d (patch)
treeb2507b7b93eeb40eed7dfa7149afadfaa513d007
parent1ab1c53de3995c354d0c799be1c3eddf0471fadc (diff)
downloadaur-7b9f13be936369131af99ab8033a201fc5e54e1d.tar.gz
no i686
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21b2ebc530dc..54697931e3fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri May 10 16:29:32 UTC 2019
+# Fri May 10 16:46:05 UTC 2019
pkgbase = hardened-malloc-git
pkgdesc = Hardened allocator designed for modern systems.
pkgver = 371+b40ba97
pkgrel = 1
url = https://github.com/GrapheneOS/hardened_malloc
- arch = i686
arch = x86_64
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index f074e62ab7e6..cde8c75d23df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="Hardened allocator designed for modern systems."
url="https://github.com/GrapheneOS/hardened_malloc"
license=("MIT")
makedepends=("git")
-arch=("i686" "x86_64")
+arch=("x86_64")
pkgrel=1
source=('git://github.com/GrapheneOS/hardened_malloc'
'preload.sh')