summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-05-29 01:16:49 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-05-29 01:16:49 -0700
commit44d2fadf405488ba7621694d53b30b6618b90f13 (patch)
tree6ec537b79dd69c2721c989a1b86560ea84d65da1 /PKGBUILD
parentAllow atom-rpg-trudograd read-only access to atom-rpg save games. (diff)
downloadfirejail-profiles-44d2fadf405488ba7621694d53b30b6618b90f13.tar.xz
Convert PKGBUILD to use fake depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 311a5f0..1e5fe90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net>
pkgname=firejail-profiles
-pkgver=20220520
-pkgrel=2
+pkgver=20220529
+pkgrel=1
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=('c183b9532a15f706ce4949d62de3af495d8924409bf37a41f00a3fbb6108aab15206a70e15674052c22e197d8238e32668b4722a0f0ea27e3c232a05c05bb64c')
+b2sums=('fb161fee03bb58987bea5d6396f6fa5c06e11f587c9db483251605c78a255881e6a31b95b60ced42b229c9b3e040c378f63ff632a965b2b84a69dfd8595c7308')
package() {
+ depends=('firejail' 'hardened-malloc')
install --directory ${pkgdir}/etc/firejail
cp $srcdir/profiles/* $pkgdir/etc/firejail/
}