diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-16 00:58:49 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-16 00:58:49 -0700 |
commit | 492a4690fd9d74d4bb3d2d4b6a0f45c5f6a4e706 (patch) | |
tree | b59b9086f153c0b2087bde30231b840a79473040 | |
parent | Fix pioneer.profile into pioneer.local (diff) | |
download | firejail-profiles-492a4690fd9d74d4bb3d2d4b6a0f45c5f6a4e706.tar.xz |
chmod 644
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ pkgname=firejail-profiles pkgver=20200516 -pkgrel=1 +pkgrel=2 pkgdesc="Additional firejail profiles and locals" arch=('any') url="https://library.iserlohn-fortress.net/firejail-profiles.git" license=('GPLv3') depends=('firejail' 'hardened-malloc') source=(profiles.tar.gz) -b2sums=('1faf425ba4cebef0132949b371c3558738f4e6c227916ece00a0a99cb181db5e71b77c40991ef49d017094f63c21f76d023aa8a0c8be952f1eddb5b8cc519130') +b2sums=('44198e0868a9cce46f95789fd33044918714dc0c8d1b4cf5abc0eecd9fa0094da80ea2ae1f4b5e61c2bd7223fb364071a3b0125d9a549fb3afaf2edd5378d1fe') package() { install --directory ${pkgdir}/etc/firejail |