diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-05-20 10:34:48 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-05-20 10:34:48 -0700 |
commit | 2e6315a41eb6c8bd2879b8b5328a9c5d2368114c (patch) | |
tree | 01fa3b0e9682ab0a9627fc7e002e012e5d38b185 /PKGBUILD | |
parent | Add profiles for atom and atom trudograd. (diff) | |
download | firejail-profiles-2e6315a41eb6c8bd2879b8b5328a9c5d2368114c.tar.xz |
Fix atom and atom-trudograd local include.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ pkgname=firejail-profiles pkgver=20220520 -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=('2a6dde5910c0555163e35221350b8e6d6fe2ca523cd4eb75d5837ff89234201130764dededa57ac8908b3881e766eae1e2c9bc2cdace9a00a6c60941bf3b67a2') +b2sums=('c183b9532a15f706ce4949d62de3af495d8924409bf37a41f00a3fbb6108aab15206a70e15674052c22e197d8238e32668b4722a0f0ea27e3c232a05c05bb64c') package() { install --directory ${pkgdir}/etc/firejail |