diff options
author | Nicolas Iooss | 2020-02-09 21:12:13 +0100 |
---|---|---|
committer | Nicolas Iooss | 2020-02-09 21:12:13 +0100 |
commit | 0d19fe680cfc0fb57be498407264c856467d7534 (patch) | |
tree | 3ac883ddac353637c58291ea3ce2cb2a5c68f3c7 /PKGBUILD | |
parent | 4acdabfa2dd853ad570abb2463c3a417a9409c90 (diff) | |
download | aur-0d19fe680cfc0fb57be498407264c856467d7534.tar.gz |
systemd-selinux 244.2-2 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,7 +12,7 @@ pkgbase=systemd-selinux pkgname=('systemd-selinux' 'systemd-libs-selinux' 'systemd-resolvconf-selinux' 'systemd-sysvcompat-selinux') _tag='3ca4db9469dce2c0914933db4948456a367c5dc7' # git rev-parse v${pkgver} pkgver=244.2 -pkgrel=1 +pkgrel=2 arch=('x86_64') url='https://www.github.com/systemd/systemd' groups=('selinux') @@ -76,9 +76,13 @@ sha512sums=('SKIP' '825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97') _backports=( + # units: Split modprobing out into a separate service unit + '625077264ba01a108386eeea733ee244e6b7ff14' ) _reverts=( + # Support Plugable UD-PRO8 dock + '98c03090274a067806090e2974fd2091f8206457' ) prepare() { |