diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-15 00:28:03 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-15 00:28:03 -0700 |
commit | ecdea0bb7ce833bc4879154cddc9778d4b047fa1 (patch) | |
tree | 072acfc374cd8575081b6f6b31fa16392194555a /PKGBUILD | |
parent | unzip.local (diff) | |
download | firejail-profiles-ecdea0bb7ce833bc4879154cddc9778d4b047fa1.tar.xz |
Add hardened mallow to newsboat, rtv, w3m
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ # Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net> pkgname=firejail-profiles -pkgver=20200314 -pkgrel=2 +pkgver=20200315 +pkgrel=1 pkgdesc="Additional firejail profiles and locals" arch=('any') url="https://library.iserlohn-fortress.net/jc_gargma" license=('GPLv3') depends=('firejail' 'hardened-malloc') source=(profiles.tar.gz) -b2sums=('ecb85604bc8a80a7dcd7ba2a6e900af062f1d10164a583ccf407fc26627f543523db7c1a65a072d61b0626209a124a92ec5b3ec02737742069790a600d849a38') +b2sums=('9dd0f20c654180070c14a375b570e929722b0bb8fb132968b796ca762a8f7341966967f7c4faf779d9f11ab4ba0ad997390ca9a608a8fdbe553ec6576d2b89d7') package() { install --directory ${pkgdir}/etc/firejail |