From f7218e992aba3964c0b3a27b34f2a11789e83bb4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 3 Jul 2019 13:45:44 -0700 Subject: Removed line negating package compression --- PKGBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index fa26288..a06c485 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ url="https://github.com/GrapheneOS/hardened_malloc" license=("MIT") makedepends=("git") arch=("x86_64") -pkgrel=1 +pkgrel=2 source=('git+https://github.com/GrapheneOS/hardened_malloc' 'preload.sh') sha256sums=('SKIP' @@ -20,9 +20,6 @@ sha256sums=('SKIP' # compress the modules or not _compress="y" -# don't compress the package - we're just going to uncompress during install in a moment -PKGEXT='.pkg.tar' - pkgver() { cd "${srcdir}/hardened_malloc" printf "%s+%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -- cgit v1.2.1