mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
updated to 0.63
This commit is contained in:
parent
b30faca647
commit
ed844b2cd5
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = openrc
|
pkgbase = openrc
|
||||||
pkgdesc = Dependency based init system that works with sysvinit and systemd or on its own.
|
pkgdesc = Dependency based init system that works with sysvinit and systemd or on its own.
|
||||||
pkgver = 0.62.6
|
pkgver = 0.63
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/OpenRC/openrc
|
url = https://github.com/OpenRC/openrc
|
||||||
arch = i686
|
arch = i686
|
||||||
|
|
@ -36,9 +36,9 @@ pkgbase = openrc
|
||||||
backup = etc/openrc/conf.d/network
|
backup = etc/openrc/conf.d/network
|
||||||
backup = etc/openrc/conf.d/staticroute
|
backup = etc/openrc/conf.d/staticroute
|
||||||
backup = etc/openrc/conf.d/swap
|
backup = etc/openrc/conf.d/swap
|
||||||
source = https://github.com/OpenRC/openrc/archive/0.62.6.tar.gz
|
source = https://github.com/OpenRC/openrc/archive/0.63.tar.gz
|
||||||
source = openrc.logrotate
|
source = openrc.logrotate
|
||||||
b2sums = 6be099ae7a9e22b7c7f6bfdf1576569f657483616879500515063f06da0526d9e79b1b08b0c5c5371b769edb483dfe0122f6b2296ea7d0382fe4bc39ed6bd91b
|
b2sums = 70800a0115966ca20ec2fb245e0039cff33696a5ae0fdc314b032f29fbd54c5b246e01890d752daaefd41d3ba08ce2f91adb02d327d595c3fcb3d71d59357ed5
|
||||||
b2sums = f283de20b5a07e3c5d21a28b9de72f0a71fd2cc1b70a5567db80373c7144aec0e6ac217eef77acbbb05eff2134c22ee6746b7f248abc4587042c456ed0a32a31
|
b2sums = f283de20b5a07e3c5d21a28b9de72f0a71fd2cc1b70a5567db80373c7144aec0e6ac217eef77acbbb05eff2134c22ee6746b7f248abc4587042c456ed0a32a31
|
||||||
|
|
||||||
pkgname = openrc
|
pkgname = openrc
|
||||||
|
|
|
||||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,7 +6,7 @@
|
||||||
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
|
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
|
||||||
|
|
||||||
pkgname=openrc
|
pkgname=openrc
|
||||||
pkgver=0.62.6
|
pkgver=0.63
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Dependency based init system that works with sysvinit and systemd or on its own.'
|
pkgdesc='Dependency based init system that works with sysvinit and systemd or on its own.'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
|
@ -26,7 +26,7 @@ backup=(etc/openrc/inittab
|
||||||
etc/openrc/conf.d/{killprocs,localmount,modules,netmount,network,staticroute,swap})
|
etc/openrc/conf.d/{killprocs,localmount,modules,netmount,network,staticroute,swap})
|
||||||
source=("$url/archive/$pkgver.tar.gz"
|
source=("$url/archive/$pkgver.tar.gz"
|
||||||
'openrc.logrotate')
|
'openrc.logrotate')
|
||||||
b2sums=('6be099ae7a9e22b7c7f6bfdf1576569f657483616879500515063f06da0526d9e79b1b08b0c5c5371b769edb483dfe0122f6b2296ea7d0382fe4bc39ed6bd91b'
|
b2sums=('70800a0115966ca20ec2fb245e0039cff33696a5ae0fdc314b032f29fbd54c5b246e01890d752daaefd41d3ba08ce2f91adb02d327d595c3fcb3d71d59357ed5'
|
||||||
'f283de20b5a07e3c5d21a28b9de72f0a71fd2cc1b70a5567db80373c7144aec0e6ac217eef77acbbb05eff2134c22ee6746b7f248abc4587042c456ed0a32a31')
|
'f283de20b5a07e3c5d21a28b9de72f0a71fd2cc1b70a5567db80373c7144aec0e6ac217eef77acbbb05eff2134c22ee6746b7f248abc4587042c456ed0a32a31')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue