summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYurii Kolesnykov2019-02-04 11:13:05 +0100
committerYurii Kolesnykov2019-02-04 11:13:05 +0100
commitb9d67509e68d307a49a62fe3287a90a701691d69 (patch)
tree92eac347029975284a675dd82fcb4074b4d2d33e
parenteeb364b73af0ad8cb0f89c62fcc13022596ec31f (diff)
downloadaur-b9d67509e68d307a49a62fe3287a90a701691d69.tar.gz
241.rc2.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ede6dfa2620..697387b78486 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 46934feaa80b..d505d4f9eb62 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}"
}