diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-16 00:50:32 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-16 00:50:32 -0700 |
commit | ca88b9cce8fb36e7ebc2da8b49ca511b0ac637eb (patch) | |
tree | a6058560863908928e07cc1bb94a5e6f0039f14e /PKGBUILD | |
parent | Add pioneer (diff) | |
download | firejail-profiles-ca88b9cce8fb36e7ebc2da8b49ca511b0ac637eb.tar.xz |
Fix pioneer.profile into pioneer.local
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net> pkgname=firejail-profiles -pkgver=20200515 +pkgver=20200516 pkgrel=1 pkgdesc="Additional firejail profiles and locals" arch=('any') @@ -9,7 +9,7 @@ url="https://library.iserlohn-fortress.net/firejail-profiles.git" license=('GPLv3') depends=('firejail' 'hardened-malloc') source=(profiles.tar.gz) -b2sums=('20d960893b04bf8f9471b83cda8c40eb6368c5f69ce0582249a9c5b435a1534371b66f739e19537ecf2322aa69d6d0a824e5db6049c72192add96fea4065bcc1') +b2sums=('1faf425ba4cebef0132949b371c3558738f4e6c227916ece00a0a99cb181db5e71b77c40991ef49d017094f63c21f76d023aa8a0c8be952f1eddb5b8cc519130') package() { install --directory ${pkgdir}/etc/firejail |