From 8c9e97603d52036a16869bbc8497aeb2044d819c Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Wed, 25 Oct 2017 03:46:32 -0200 Subject: [PATCH] plymouth: update to 0.9.3. (#8527) --- srcpkgs/plymouth/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/plymouth/template b/srcpkgs/plymouth/template index a9a5b7599f9..cf334245dcf 100644 --- a/srcpkgs/plymouth/template +++ b/srcpkgs/plymouth/template @@ -1,7 +1,7 @@ # Template file for 'plymouth' pkgname=plymouth -version=0.9.2 -revision=3 +version=0.9.3 +revision=1 build_style=gnu-configure configure_args="--with-system-root-install=no \ --without-rhgb-compat-link --enable-systemd-integration=no \ @@ -16,8 +16,8 @@ short_desc="Graphical boot animation and logger" maintainer="William OD " homepage="https://www.freedesktop.org/wiki/Software/Plymouth/" license="GPL-2" -distfiles="${FREEDESKTOP_SITE}/plymouth/releases/$pkgname-$version.tar.bz2" -checksum=2f0ce82042cf9c7eadd2517a1f74c8a85fa8699781d9f294a06eade29fbed57f +distfiles="${FREEDESKTOP_SITE}/plymouth/releases/$pkgname-$version.tar.xz" +checksum=9f8dd08a90ceaf6228dcd8c27759adf18fc9482f15b6c56dcbcced268b4e4a74 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" musl-rpmatch-devel"