From b9d67509e68d307a49a62fe3287a90a701691d69 Mon Sep 17 00:00:00 2001 From: Yurii Kolesnykov Date: Mon, 4 Feb 2019 11:13:05 +0100 Subject: 241.rc2.23 --- .SRCINFO | 8 ++++---- PKGBUILD | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3ede6df..697387b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = systemd-git pkgdesc = systemd (git version) - pkgver = 240.307 + pkgver = 241.rc2.23 pkgrel = 1 url = https://www.github.com/systemd/systemd arch = x86_64 @@ -106,10 +106,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=240.307 + provides = systemd=241.rc2.23 provides = nss-myhostname - provides = systemd-tools=240.307 - provides = udev=240.307 + provides = systemd-tools=241.rc2.23 + provides = udev=241.rc2.23 conflicts = systemd conflicts = nss-myhostname conflicts = systemd-tools diff --git a/PKGBUILD b/PKGBUILD index 46934fe..d505d4f 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=240.307 +pkgver=241.rc2.23 pkgrel=1 arch=('x86_64') url='https://www.github.com/systemd/systemd' @@ -70,6 +70,7 @@ pkgver() { version="$(git describe --abbrev=0 --tags)" count="$(git rev-list --count ${version}..)" + version="$(echo ${version}| sed 's/-/./')" printf '%s.%s' "${version#v}" "${count}" } -- cgit v1.2.3-70-g09d2