From 0fc3a4b71994beb3b4a6dd250d8f138a0f96edad Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 28 Oct 2017 19:33:44 +0000 Subject: [PATCH] core/systemd to 235.38-1 --- core/systemd/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index b480568d7..ffc052b9e 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -10,10 +10,10 @@ pkgbase=systemd pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat') # latest commit on stable branch -_commit='7ba74d5f939d0322d6ea730dd0b5ceefd7d7f527' +_commit='743b771c559c6101544f7358a42c8c519fe4b0db' # Bump this to latest major release for signed tag verification, # the commit count is handled by pkgver() function. -pkgver=235.8 +pkgver=235.38 pkgrel=1 arch=('i686' 'x86_64') url="https://www.github.com/systemd/systemd"