From f62a637e14997c33a2959cab4e9a1ebd97c05914 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Tue, 14 Feb 2023 22:41:41 -0600 Subject: [PATCH] Update xrankmirrors from 2023.01.28_1 to 2023.01.14_1 --- srcpkgs/xrankmirrors/INSTALL.msg | 1 + srcpkgs/xrankmirrors/template | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/xrankmirrors/INSTALL.msg diff --git a/srcpkgs/xrankmirrors/INSTALL.msg b/srcpkgs/xrankmirrors/INSTALL.msg new file mode 100644 index 0000000..84c365b --- /dev/null +++ b/srcpkgs/xrankmirrors/INSTALL.msg @@ -0,0 +1 @@ +For the desktop launcher to work, you will also need to install Polkit. diff --git a/srcpkgs/xrankmirrors/template b/srcpkgs/xrankmirrors/template index 4d76c3a..25cd790 100644 --- a/srcpkgs/xrankmirrors/template +++ b/srcpkgs/xrankmirrors/template @@ -1,12 +1,12 @@ # Template file for 'xrankmirrors' pkgname=xrankmirrors -version=2023.01.28 +version=2023.02.14 revision=1 repository="cereus-core" hostmakedepends="git" -depends="fzf wget" -short_desc="Tool which rank and set XBPS mirrors" -maintainer="KF-Art " +depends="fzf wget curl dialog" +short_desc="Rank and set XBPS mirrors" +maintainer="Kevin F. " license="MIT" homepage="https://github.com/CereusLinuxProject/xrankmirrors" changelog="${homepage}/commits/main" @@ -18,4 +18,6 @@ do_fetch() { do_install() { vlicense LICENSE vbin xrankmirrors + vinstall xrankmirrors.desktop 644 usr/share/applications/ + vinstall desktop-open.sh 755 usr/share/xrankmirrors/ }