summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2020-12-24 22:02:56 -0600
committerMatt Parnell2020-12-24 22:02:56 -0600
commit2722072d8af7368a672068fc6fefe4093c47bff2 (patch)
tree790b572cb738f2c0b0dbb086f79190803b50aa73
parent31e4bdead7034450bd55b6fc764c086eeb82fc5f (diff)
downloadaur-2722072d8af7368a672068fc6fefe4093c47bff2.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9d024737e98..1d86c301aae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = hardened-malloc-git
pkgdesc = Hardened allocator designed for modern systems.
- pkgver = 507+8d03142
+ pkgver = 510+e9d9f70
pkgrel = 1
url = https://github.com/GrapheneOS/hardened_malloc
arch = x86_64
license = MIT
makedepends = git
+ provides = hardened_malloc
+ conflicts = hardened_malloc
source = git://github.com/GrapheneOS/hardened_malloc
source = preload.sh
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 16922977b706..dfcd08cd5502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Matt Parnell/ilikenwf <parwok@gmail.com>
pkgname="hardened-malloc-git"
-pkgver=507+8d03142
+pkgver=510+e9d9f70
pkgdesc="Hardened allocator designed for modern systems."
url="https://github.com/GrapheneOS/hardened_malloc"
license=("MIT")
makedepends=("git")
+conflicts=("hardened_malloc")
+provides=("hardened_malloc")
arch=("x86_64")
pkgrel=1
source=('git://github.com/GrapheneOS/hardened_malloc'