summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-04 07:33:24 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-04 07:33:24 -0800
commitd7b1c4f03694c89551b26570838f3860d1658190 (patch)
treed2daefed7e5cf23f303b2415e18f8d7474563cda /PKGBUILD
parentRebuild with CPPFLAGS patch (diff)
downloadhardened-malloc-d7b1c4f03694c89551b26570838f3860d1658190.tar.xz
Updated to 9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d1a6b0..7a798de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=hardened-malloc
_altname=hardened_malloc
-pkgver=8
-pkgrel=2
+pkgver=9
+pkgrel=1
pkgdesc="Hardened allocator designed for modern systems"
arch=('x86_64' 'aarch64')
url="https://github.com/GrapheneOS/hardened_malloc"
@@ -17,17 +17,10 @@ depends=('gcc-libs')
makedepends=('git')
checkdepends=('python')
provides=('libhardened_malloc.so')
-source=("git+https://github.com/GrapheneOS/${_altname}#tag=$pkgver?signed"
- '0001-Fix-CPPFLAGS-in-test-Makefile.patch')
-b2sums=('SKIP'
- '190c3eb933da1f59155ec9bde6243d8bf2eb16ed1132ce2e4a34cc3f82a92031095da158a49b822f665a71dd6445db9e9f253297fdcc20a1ab1dea189e460ecb')
+source=("git+https://github.com/GrapheneOS/${_altname}#tag=$pkgver?signed")
+b2sums=('SKIP')
validpgpkeys=('65EEFE022108E2B708CBFCF7F9E712E59AF5F22A') # Daniel Micay <danielmicay@gmail.com>
-prepare() {
-
- patch --directory="${_altname}" --input="$srcdir/0001-Fix-CPPFLAGS-in-test-Makefile.patch" --strip=1
-}
-
build() {
cd "${_altname}"