diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-04-01 10:11:02 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-04-01 10:11:02 -0500 |
commit | c97d89f0da4a2a704699ff1d665096f591f235b2 (patch) | |
tree | e1080083e472f89a8583cbe03670d6e9e01153b7 | |
parent | fa21a6e76eb29dfaeb1c3470ae1fd9af7e7d844e (diff) | |
download | abslibre-c97d89f0da4a2a704699ff1d665096f591f235b2.tar.gz abslibre-c97d89f0da4a2a704699ff1d665096f591f235b2.tar.bz2 abslibre-c97d89f0da4a2a704699ff1d665096f591f235b2.zip |
systemd-245.3-2.parabola1: updating version
-rw-r--r-- | libre/systemd/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index d2bf6a32e..fdd45cfd6 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -11,9 +11,9 @@ pkgname+=('systemd-common' 'systemd-udev') # We split Arch's systemd-libs into systemd-$X, for the following $X: _systemd_libs=('libsystemd' 'libudev' 'nss-systemd' 'nss-myhostname' 'nss-mymachines' 'nss-resolve') pkgname+=("${_systemd_libs[@]/#/systemd-}") -_tag='68fef5d635424a60224cce610d30a9041124c204' # git rev-parse v${pkgver} -pkgver=245 -pkgrel=3 +_tag='f4d7fa4807ada3c1b7d6f67117eadbb014b67d2f' # git rev-parse v${pkgver} +pkgver=245.3 +pkgrel=2 pkgrel+=.parabola1 arch=('x86_64') arch+=('i686' 'armv7h' 'ppc64le') @@ -87,11 +87,11 @@ sha512sums=('SKIP' '28a5b3fc9e2c5cec9267bb96725c73ee77788514f140c0cf8df765af64bc8130dd02f4863d9128ac45d54256b2ab4f2b06d1a3f65660ce1dfba5727618cd1839') _backports=( - # core: Fix resolution of nested DM devices for cgroups - 'b7cf4b4ef5d0336443f21809b1506bc4a8aa75a9' + # systemd-resolved: use hostname for certificate validation in DoT + 'eec394f10bbfcc3d2fc8504ad8ff5be44231abd5' - # analyze: fix table time output - '084df9c616fdfbcbf3d7fbe7dc6b975f1fa359d2' + # user-util: Allow names starting with a digit + '93c23c9297e48e594785e0bb9c51504aae5fbe3e' ) _reverts=( |