summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorThibaut Sautereau2019-09-30 23:05:07 +0200
committerThibaut Sautereau2019-09-30 23:09:48 +0200
commitc54df0396359c0d7af8515159d8623bc1c0df520 (patch)
treeb6725ca384aa1c969acf8dad9f5e705f1a1dd3af /.SRCINFO
parent3db27bf4172f818772c2b21c571ab1b9c273c026 (diff)
downloadaur-c54df0396359c0d7af8515159d8623bc1c0df520.tar.gz
Use git tag instead of tarball and check its GPG signature
Thanks @egrupled for the tip! While at it, stop installing the two development/testing scripts. People that want to play with them can download them separately. This has the little added bonus of removing the bash and python runtime dependencies.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO12
1 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 403788331efa..fb633c206a29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
pkgbase = hardened_malloc
pkgdesc = Hardened allocator designed for modern systems
pkgver = 2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GrapheneOS/hardened_malloc
arch = x86_64
license = MIT
- depends = python
- depends = bash
+ makedepends = git
conflicts = hardened-malloc-git
- source = https://github.com/GrapheneOS/hardened_malloc/archive/2.tar.gz
- source = preload.sh
- sha256sums = 4b6e19374457b90f8cdfdc2e3590795355f43adb5fb29f0ba786c562e826547f
- sha256sums = e6dbce7ac1d689fafbc94ffb17d8c4ae5271dd3580421828d35aac2c067b652d
+ source = git+https://github.com/GrapheneOS/hardened_malloc#tag=2?signed
+ validpgpkeys = 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
+ sha256sums = SKIP
pkgname = hardened_malloc