provide newer systemd
All checks were successful
Package builder / BuildPackage (push) Successful in 1m22s
All checks were successful
Package builder / BuildPackage (push) Successful in 1m22s
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
1f9ccbfe85
commit
02324b946f
|
@ -30,4 +30,3 @@ jobs:
|
||||||
# path: ./*.pkg.tar.zst
|
# path: ./*.pkg.tar.zst
|
||||||
- name: Put the packages into the import dir
|
- name: Put the packages into the import dir
|
||||||
run: cp -v ./*.pkg.tar.zst /import
|
run: cp -v ./*.pkg.tar.zst /import
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -11,7 +11,7 @@ arch=( 'any' )
|
||||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||||
license=('GPL2' 'LGPL2.1' 'MIT')
|
license=('GPL2' 'LGPL2.1' 'MIT')
|
||||||
|
|
||||||
provides=( 'systemd=242.32' )
|
provides=( 'systemd=255.4-2' )
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# systemd-tmfiles stub
|
# systemd-tmfiles stub
|
||||||
|
|
Loading…
Reference in New Issue
Block a user