summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2022-01-12 04:20:37 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2022-01-12 04:20:37 -0500
commit67395a04c329e1829b5dbf3d60a9839b09db4be7 (patch)
tree340802784089824aff5e9e5ea705c55119548545
parent59072a0ee796a6bd4cf112442c8a98d11a122ae8 (diff)
systemd-250.2-2.parabola1: updating version
-rw-r--r--libre/systemd/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index 9ad0181dd..e81e2258d 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='4572cdce239cea0762b37d38005863f30b89b76a' # git rev-parse v${_tag_name}
-_tag_name=250.1
+_tag='95d0353dad616c275fda9b123ba9660e16b20d0a' # git rev-parse v${_tag_name}
+_tag_name=250.2
pkgver="${_tag_name/-/}"
-pkgrel=1
+pkgrel=2
pkgrel+=.parabola1
arch=('x86_64')
arch+=('i686' 'armv7h' 'ppc64le')
@@ -89,6 +89,8 @@ sha512sums=('SKIP'
'28a5b3fc9e2c5cec9267bb96725c73ee77788514f140c0cf8df765af64bc8130dd02f4863d9128ac45d54256b2ab4f2b06d1a3f65660ce1dfba5727618cd1839')
_backports=(
+ # boot: Fix readdir_harder() on VirtualBox
+ 'ed3abbfbde674bd163cb1c64d9e31dd24e352f85'
)
_reverts=(
@@ -329,7 +331,7 @@ package_systemd-udev() {
pkgdesc='Userspace device file manager'
license=('GPL2') # NB: different than the rest
depends=("systemd-common=$pkgver-$pkgrel" 'systemd-libudev'
- 'hwids' 'kmod' 'libkmod.so' 'util-linux' 'zlib')
+ 'hwdata' 'kmod' 'libkmod.so' 'util-linux' 'zlib')
backup=(etc/udev/udev.conf)
provides+=("${pkgname#systemd-}=$pkgver")