diff options
Diffstat (limited to 'libre/systemd')
-rw-r--r-- | libre/systemd/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index c0f240a1d..1beb5e322 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -11,10 +11,10 @@ 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='b134c9cc4b02eddca2ea098324369018123fdf15' # git rev-parse v${_tag_name} -_tag_name=249 +_tag='38c4224f14862701677dd87520355d5cc4cf26e2' # git rev-parse v${_tag_name} +_tag_name=249.2 pkgver="${_tag_name/-/}" -pkgrel=3 +pkgrel=1 pkgrel+=.parabola1 arch=('x86_64') arch+=('i686' 'armv7h' 'ppc64le') @@ -91,6 +91,8 @@ sha512sums=('SKIP' '28a5b3fc9e2c5cec9267bb96725c73ee77788514f140c0cf8df765af64bc8130dd02f4863d9128ac45d54256b2ab4f2b06d1a3f65660ce1dfba5727618cd1839') _backports=( + # network: also check addresses when determine a gateway address is reachable or not + '11046cea1414c70b5d7aab37ea88d5a839cbd209' ) _reverts=( |