summaryrefslogtreecommitdiff
path: root/system/paxmark/APKBUILD
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-07-22 20:24:48 -0400
committerMax Rees <maxcrees@me.com>2019-07-22 20:24:48 -0400
commitd88486a76bb0d6bafb97fc9f0b5ae909f61b18e8 (patch)
tree09c3be1bbb7f07657d96b5acae6b839e32d4b16e /system/paxmark/APKBUILD
parentfdda0fc162be5c0832ca4832219167fc4383a18f (diff)
downloadpackages-d88486a76bb0d6bafb97fc9f0b5ae909f61b18e8.tar.gz
packages-d88486a76bb0d6bafb97fc9f0b5ae909f61b18e8.tar.bz2
packages-d88486a76bb0d6bafb97fc9f0b5ae909f61b18e8.tar.xz
packages-d88486a76bb0d6bafb97fc9f0b5ae909f61b18e8.zip
system/paxmark: mark as /bin/bash compatible only
Diffstat (limited to 'system/paxmark/APKBUILD')
-rw-r--r--system/paxmark/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/paxmark/APKBUILD b/system/paxmark/APKBUILD
index 767803915..3c9c69400 100644
--- a/system/paxmark/APKBUILD
+++ b/system/paxmark/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=paxmark
pkgver=0.11
-pkgrel=0
+pkgrel=1
pkgdesc="Manage PaX marking of executables"
url="https://alpinelinux.org"
arch="noarch"
options="!check"
license="GPL-2.0-only"
-depends="attr"
+depends="attr bash"
makedepends=""
install=""
subpackages=""
@@ -20,4 +20,4 @@ package() {
ln -s paxmark "$pkgdir"/usr/sbin/paxmark.sh
}
-sha512sums="c43b5a48a8ac14b027114f712820b1fb8b0e209fcfe1a69eb64b4c68289a3bb3f26c3ea40350cbfdaa97329b4a8e1de2582025e5221c3016aff85bb75118e665 paxmark"
+sha512sums="ed904790bfa6c86e216e2c8c1ed8fb1f997b7d1a55f997459655e402d8eec6447095709e38472cf909ea4d03e623e3e0eeddc0da57378901fe9d18d8c14b68d8 paxmark"