diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-03 21:58:29 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-03 21:58:29 -0700 |
commit | 0f9177819e0b6bea24bae172f530f92ec1a5fdfc (patch) | |
tree | b4d18560a1e7f01fd057d1a134d6795896d17da1 | |
parent | Fix most wine profiles having the wrong path for .local exceptions. (diff) | |
download | firejail-profiles-0f9177819e0b6bea24bae172f530f92ec1a5fdfc.tar.xz |
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,14 +1,14 @@ # Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net> pkgname=firejail-profiles -pkgver=20240225 +pkgver=20240803 pkgrel=1 pkgdesc="Additional firejail profiles and locals" arch=('any') url="https://library.iserlohn-fortress.net/firejail-profiles.git" license=('GPLv3') source=(profiles.tar.gz) -b2sums=('c5ac597dc0a9c0e7429e9e31cf1dba9bacbd162df438608c84ee4d6d3bc81bb0d8c690a3744dc60e41cf353c7f48a29113fbdd7355fa86c66bc0b19e0d6c7a5e') +b2sums=('b241e0c5f6cf6fedc69a70ffcaab1838e620109a43bd74e0d6a3fb1bdc61d17eab8e520d3b27eec770df3d50b0eb38f672caf6fc0dc80adc3e33dae8e87a48cf') package() { depends=('firejail' 'hardened-malloc') |