summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-07 14:32:48 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-07 14:32:48 -0800
commit3778c7af8a0d6bd82b2fd099f1c9a06dceadbe85 (patch)
tree1c6b06f9f001fdc4f37b54e39718fcfeb498e98e
parentSwitch to actual releases (diff)
downloadhardened-malloc-3778c7af8a0d6bd82b2fd099f1c9a06dceadbe85.tar.xz
Fix depends, conflicts, and provides
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b0b4ba..ce7439d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,15 +8,15 @@
pkgname=hardened-malloc
_altname=hardened_malloc
pkgver=4
-pkgrel=1
+pkgrel=2
pkgdesc="Hardened allocator designed for modern systems"
arch=('x86_64' 'aarch64')
url="https://github.com/GrapheneOS/hardened_malloc"
license=('MIT')
+depends=('gcc-libs')
makedepends=('git')
checkdepends=('python')
-provides=('libhardened_malloc.so-64')
-conflicts=('hardened-malloc-git')
+provides=('libhardened_malloc.so')
source=("git+https://github.com/GrapheneOS/${_altname}#tag=$pkgver?signed")
b2sums=('SKIP')
validpgpkeys=('65EEFE022108E2B708CBFCF7F9E712E59AF5F22A') # Daniel Micay <danielmicay@gmail.com>