summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5576c7fd2003..444fd757354b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = systemd-git
pkgdesc = systemd (git version)
- pkgver = 239.879
+ pkgver = 239.886
pkgrel = 1
url = https://www.github.com/systemd/systemd
arch = x86_64
@@ -107,10 +107,10 @@ pkgname = systemd-git
optdepends = systemd-sysvcompat-git: symlink package to provide sysvinit binaries
optdepends = polkit: allow administration as unprivileged user
optdepends = curl: machinectl pull-tar and pull-raw
- provides = systemd=239.879
+ provides = systemd=239.886
provides = nss-myhostname
- provides = systemd-tools=239.879
- provides = udev=239.879
+ provides = systemd-tools=239.886
+ provides = udev=239.886
conflicts = systemd
conflicts = nss-myhostname
conflicts = systemd-tools
diff --git a/.gitignore b/.gitignore
index 7bc27749f023..29c8ea859dd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
-systemd-git/
-systemd/
+systemd
src
pkg
*.pkg.*
diff --git a/PKGBUILD b/PKGBUILD
index 5a894a0dec49..ba7f0901c4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=systemd-git
_pkgbase=systemd
pkgname=('systemd-git' 'libsystemd-git' 'systemd-resolvconf-git' 'systemd-sysvcompat-git')
pkgdesc="systemd (git version)"
-pkgver=239.879
+pkgver=239.886
pkgrel=1
arch=('x86_64')
url='https://www.github.com/systemd/systemd'