Update xrankmirrors from 2023.01.28_1 to 2023.01.14_1

This commit is contained in:
KF-Art 2023-02-14 22:41:41 -06:00
parent e44d0e2004
commit f62a637e14
2 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1 @@
For the desktop launcher to work, you will also need to install Polkit.

View file

@ -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 <kevinfigueroart@protonmail.com>"
depends="fzf wget curl dialog"
short_desc="Rank and set XBPS mirrors"
maintainer="Kevin F. <kevinfigueroart@protonmail.com>"
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/
}