T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
firejail
Commits:
2a022bd8 by T.J. Townsend at 2024-09-11T15:08:25-04:00
remove old source line
- - - - -
86420c90 by T.J. Townsend at 2025-02-05T15:50:19-05:00
update license
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgrel=3
pkgdesc='Linux namespaces sandbox program'
arch=('x86_64')
url=https://github.com/netblue30/firejail
-license=('GPL2')
+license=('GPL-2.0-only')
depends=('apparmor')
makedepends=('git')
optdepends=('xdg-dbus-proxy: for D-Bus filtering')
@@ -18,7 +18,6 @@ backup=('etc/apparmor.d/local/firejail-default'
'etc/firejail/firejail.config'
'etc/firejail/login.users')
install=firejail.install
-#source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
source=(git+https://github.com/netblue30/firejail.git#tag=${pkgver})
sha256sums=('24a620481e047017b9cf20bb7e61c38aa1817161f16623fabefb01631bf19428')
b2sums=('038976865af9384f8593b65306e43ca01350f5c0d55fd617ef39e4a9855f589da9ccc9c37a4aa0e50e08e54517573d54d520cb9b4cd1ad6406ad18b7e3aa05d9')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/firejail/-/compare/2e77bd8747fff621955e18135e3021efa51c3811...86420c9089c96184b741cb6b58ad2eb378631343
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/firejail/-/compare/2e77bd8747fff621955e18135e3021efa51c3811...86420c9089c96184b741cb6b58ad2eb378631343
You're receiving this email because of your account on gitlab.archlinux.org.