Skip to content

Commit

Permalink
[reflector-simple] check for yad existence
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Aug 1, 2024
1 parent e58ff77 commit 8b7aea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reflector-simple/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=reflector-simple
pkgdesc="Simple GUI wrapper for 'reflector'."
pkgver=2024.7
pkgver=2024.7.1
pkgrel=1
arch=('any')
license=('GPL')
Expand Down Expand Up @@ -33,7 +33,7 @@ source=(
$_url/mirrorlist-rank-info
$_url/eos-latest-arch-mirrorlist
)
sha512sums=('073d390cff6842aec69e79875718425982bcc2049f3084bd352e9a4a5a31a94bf3989e61004fcdfc1b980ca1135b1e10c4505e5ec0f968773cf1a3dbb74be117'
sha512sums=('652f1fa8441523fce23781e0518262fa56a49c602b4fa7ac23c6170bac67b4d08164f0afac32cf7d39349345254b38f1ef5cbaf7e9d865770a7915eb7123a2e0'
'3435d083e8df72f17a291cca4c3cc62ac7824d1f528e746bf689f8962159fbdd97b6a57d45b3b379a2191e2e49536b77040b13d704a58753fbed00017f4403d0'
'aa149c8fc273e6a9fb5ddc38bde8a37b8fb095ec8877a324b957be57e156ef583adbed5988f0184ef06d5d09ec13e01e4a58b81fffef5d6d316405a3881895c3'
'8b101caac9f38238d30f293176a09f1bb483ec1cdc474ef126ec087a8b548b50eee5c35617f0616dd1618e4dce72e14b70270f47658577e20e04a133405510aa'
Expand Down
1 change: 1 addition & 0 deletions reflector-simple/reflector-simple
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ Main() {
--testing) internal_testing=yes ;;
esac
local progname=reflector-simple
eos-assert-deps $progname yad || return 1
local VERSION_INFO=$(expac %v $progname)
local ARCH_SITE=https://www.archlinux.org
local free_params_file="$HOME/.config/reflector-simple-free-params.txt"
Expand Down

0 comments on commit 8b7aea6

Please sign in to comment.