Skip to content

Commit db178ba

Browse files
committed
2 parents e05e035 + a54944e commit db178ba

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

util-linux-selinux/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = util-linux-selinux
22
pkgdesc = SELinux aware miscellaneous system utilities for Linux
33
pkgver = 2.40.2
4-
pkgrel = 1
4+
pkgrel = 3
55
url = https://github.com/util-linux/util-linux
66
arch = x86_64
77
arch = aarch64
@@ -45,7 +45,7 @@ pkgbase = util-linux-selinux
4545
sha256sums = 8bfbee453618ba44d60ba7fb00eced6c62edebfc592f2e75dede08e769ed8931
4646
sha256sums = 48d6fba767631e3dd3620cf02a71a74c5d65a525d4c4ce4b5a0b7d9f41ebfea1
4747
sha256sums = 3f54249ac2db44945d6d12ec728dcd0d69af0735787a8b078eacd2c67e38155b
48-
sha256sums = 10b0505351263a099163c0d928132706e501dd0a008dac2835b052167b14abe3
48+
sha256sums = b3d8994c0ab0c50500ed249c90fb709555a369b910e5f3eca758a28d4e73e2d3
4949
sha256sums = 7423aaaa09fee7f47baa83df9ea6fef525ff9aec395c8cbd9fe848ceb2643f37
5050
sha256sums = 8ccec10a22523f6b9d55e0d6cbf91905a39881446710aa083e935e8073323376
5151
sha256sums = a22e0a037e702170c7d88460cc9c9c2ab1d3e5c54a6985cd4a164ea7beff1b36
@@ -73,8 +73,8 @@ pkgname = util-linux-selinux
7373
optdepends = words: default dictionary for look
7474
provides = rfkill
7575
provides = hardlink
76-
provides = util-linux=2.40.2-1
77-
provides = selinux-util-linux=2.40.2-1
76+
provides = util-linux=2.40.2-3
77+
provides = selinux-util-linux=2.40.2-3
7878
conflicts = rfkill
7979
conflicts = hardlink
8080
conflicts = util-linux
@@ -100,7 +100,7 @@ pkgname = util-linux-libs-selinux
100100
provides = libmount.so
101101
provides = libsmartcols.so
102102
provides = libuuid.so
103-
provides = util-linux-libs=2.40.2-1
103+
provides = util-linux-libs=2.40.2-3
104104
provides = libutil-linux-selinux
105105
conflicts = util-linux-libs
106106
conflicts = libutil-linux-selinux

util-linux-selinux/PKGBUILD

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@
88
# This PKGBUILD is maintained on https://github.com/archlinuxhardened/selinux.
99
# If you want to help keep it up to date, please open a Pull Request there.
1010

11+
# ➡️ Pushing pre-releases to [core-testing] can cause havoc, especially
12+
# as all [core] packages are built there, and may be moved before.
13+
# Anyway, pre-release packages may be available in my personal testing
14+
# repository. Brave souls add it with:
15+
# [eworm-testing]
16+
# SigLevel = Required
17+
# Server = https://pkgbuild.com/~eworm/$repo/$arch/
18+
1119
pkgbase=util-linux-selinux
1220
pkgname=(util-linux-selinux util-linux-libs-selinux)
1321
_tag='2.40.2'
1422
pkgver="${_tag/-/}"
15-
pkgrel=1
23+
pkgrel=3
1624
pkgdesc='SELinux aware miscellaneous system utilities for Linux'
1725
url='https://github.com/util-linux/util-linux'
1826
arch=('x86_64' 'aarch64')
@@ -59,7 +67,7 @@ sha256sums=('ccae05afaddd61119bbf35173f7045d1c8e98cc42c1355f5e9072433ebc42ee1'
5967
'8bfbee453618ba44d60ba7fb00eced6c62edebfc592f2e75dede08e769ed8931'
6068
'48d6fba767631e3dd3620cf02a71a74c5d65a525d4c4ce4b5a0b7d9f41ebfea1'
6169
'3f54249ac2db44945d6d12ec728dcd0d69af0735787a8b078eacd2c67e38155b'
62-
'10b0505351263a099163c0d928132706e501dd0a008dac2835b052167b14abe3'
70+
'b3d8994c0ab0c50500ed249c90fb709555a369b910e5f3eca758a28d4e73e2d3'
6371
'7423aaaa09fee7f47baa83df9ea6fef525ff9aec395c8cbd9fe848ceb2643f37'
6472
'8ccec10a22523f6b9d55e0d6cbf91905a39881446710aa083e935e8073323376'
6573
'a22e0a037e702170c7d88460cc9c9c2ab1d3e5c54a6985cd4a164ea7beff1b36')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
u uuidd 68
1+
u! uuidd 68 "uuid daemon" -
22
g rfkill - - -

0 commit comments

Comments
 (0)