summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYurii Kolesnykov2020-06-08 04:02:34 +0300
committerYurii Kolesnykov2020-06-08 04:02:34 +0300
commit4aa582530e423b2423a21d0fc170f53972ef344c (patch)
treefdd65bf06dcbcd92861144d4ab836e0cdd37f3e7
parent9d1c0fa7053f6f546a02956020464d1d917f4f45 (diff)
downloadaur-4aa582530e423b2423a21d0fc170f53972ef344c.tar.gz
telinit and runlevel are no longer built, thanks to gdamjan
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b8f6597ca9e..b6da07e67571 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = systemd-git
pkgdesc = systemd (git version)
- pkgver = 245.r630.g842a362c3a
+ pkgver = 245.r1582.ga07e962549
pkgrel = 1
url = https://www.github.com/systemd/systemd
arch = x86_64
@@ -117,9 +117,9 @@ pkgname = systemd-git
optdepends = polkit: allow administration as unprivileged user
optdepends = curl: machinectl pull-tar and pull-raw
provides = nss-myhostname
- provides = systemd-tools=245.r630.g842a362c3a
- provides = udev=245.r630.g842a362c3a
- provides = systemd=245.r630.g842a362c3a
+ provides = systemd-tools=245.r1582.ga07e962549
+ provides = udev=245.r1582.ga07e962549
+ provides = systemd=245.r1582.ga07e962549
conflicts = nss-myhostname
conflicts = systemd-tools
conflicts = udev
diff --git a/PKGBUILD b/PKGBUILD
index a21ec138c6c5..cb1d18a1d678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=systemd-git
_pkgbase=systemd
pkgname=('systemd-git' 'systemd-libs-git' 'systemd-resolvconf-git' 'systemd-sysvcompat-git')
pkgdesc="systemd (git version)"
-pkgver=245.r630.g842a362c3a
+pkgver=245.r1582.ga07e962549
pkgrel=1
arch=('x86_64')
url='https://www.github.com/systemd/systemd'
@@ -169,7 +169,7 @@ package_systemd-git() {
rm "$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8
# executable (symlinks) shipped with systemd-sysvcompat
- rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,runlevel,shutdown,telinit}
+ rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,shutdown}
# files shipped with systemd-resolvconf
rm "$pkgdir"/usr/{bin/resolvconf,share/man/man1/resolvconf.1}