From 4de3baaf2844e976b3b60e8c72341967e82cbbba Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Fri, 10 Jun 2022 15:04:00 +0200 Subject: [PATCH] blueman: update to 2.2.5. --- srcpkgs/blueman/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index 5a0b9593b23f..2d3979cd7c54 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -1,6 +1,6 @@ # Template file for 'blueman' pkgname=blueman -version=2.2.4 +version=2.2.5 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -14,12 +14,8 @@ license="GPL-3.0-or-later" homepage="https://github.com/blueman-project/blueman" changelog="https://raw.githubusercontent.com/blueman-project/blueman/main/CHANGELOG.md" distfiles="https://github.com/blueman-project/blueman/releases/download/${version}/blueman-${version}.tar.xz" -checksum=55d639feeda0b43b18a659e65985213a54b47dcb1348f3b4effb5238db242602 +checksum=c9f3c0a94dc7c80bd32304bb25fded214fe30b7018e9ef46b2fcbd1d803c7c7c if [ "$CROSS_BUILD" ]; then hostmakedepends+=" glib-devel python3-devel" fi - -post_install() { - rm -rf ${DESTDIR}/usr/lib/systemd -}