diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-11-18 11:56:18 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-11-18 11:56:18 -0500 |
commit | 537adb86225271d3e895cdb8e75b193196c0d6aa (patch) | |
tree | 091adcc8e1581f3fc5d10a0ba3dfeb2486164426 /libre/systemd | |
parent | e8d387464de1c90189f5c93c8165856f68c3cf42 (diff) | |
download | abslibre-537adb86225271d3e895cdb8e75b193196c0d6aa.tar.gz abslibre-537adb86225271d3e895cdb8e75b193196c0d6aa.tar.bz2 abslibre-537adb86225271d3e895cdb8e75b193196c0d6aa.zip |
systemd-235.38-2.parabola1: updating version
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 1bfef5d50..bac1e3f2c 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -10,11 +10,11 @@ pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat') _libsystemd=('libsystemd-standalone' 'libudev' 'nss-systemd' 'nss-myhostname' 'nss-mymachines' 'nss-resolve') pkgname+=("${_libsystemd[@]}") # 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 -pkgrel=1 +pkgver=235.38 +pkgrel=2 pkgrel+=.parabola1 arch=('i686' 'x86_64') arch+=('armv7h') @@ -70,6 +70,8 @@ sha512sums=('SKIP' 'e276fd1aedd7718333324fa9d99493fe99d951f446e3b590a99e2cc9562a0bd0e29693907997cb52096c39168c5be62ded3feedf93bacd3c9659d58775b6ca8d') _backports=( + # Fix typo in statx macro (#7180) (FS#56289) + '8e6a7a8b2be409d356bcaface00f6d44390c07ff' ) _reverts=( |