diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-12 00:54:25 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-12 00:54:25 -0700 |
commit | 7304c3c00e1f4e42dbd8ac4abd538bda512ecfe1 (patch) | |
tree | bb3af9a6edf71cdb2896bdc46f48b37a352da1ab /PKGBUILD | |
parent | Fix antichamber and pandora profiles (diff) | |
download | firejail-profiles-7304c3c00e1f4e42dbd8ac4abd538bda512ecfe1.tar.xz |
Fix bannerlord profile
Start using noautopulse
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=20201008 +pkgver=20201012 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=('9b3ef58d2ced16b31ba226afef8f70a3a7b4dd49fe9fb66616623dacc3aa26321d8a0194f4743d70ff42092b2f2e35d2dd9062c703ff23777f73163cfa1319b3') +b2sums=('a9c31ca046b8cd59cf3ae69cd71480c14d0654eb25608354a05a3e8d91c0acb9ae83f8ed2759d24495625e8c42463da413ffad8d87277a68aa2d338267c5eecb') package() { install --directory ${pkgdir}/etc/firejail |