Skip to content

Commit

Permalink
[reflector-simple] using POSIX compatible function names
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Aug 21, 2024
1 parent 2781972 commit 73bbf36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8
pkgver=2024.8.1
pkgrel=1
arch=('any')
license=('GPL')
Expand Down Expand Up @@ -34,7 +34,7 @@ source=(
$_url/mirrorlist-rank-info
$_url/eos-latest-arch-mirrorlist
)
sha512sums=('652f1fa8441523fce23781e0518262fa56a49c602b4fa7ac23c6170bac67b4d08164f0afac32cf7d39349345254b38f1ef5cbaf7e9d865770a7915eb7123a2e0'
sha512sums=('f534c4e3f95bca57dd7197656e48b3c05e5417e7765170e6b73b22cc1cd8792ccf1a29403b508a04d758322cdaab12971850f059bc776163c8b48d4c269a8a49'
'3435d083e8df72f17a291cca4c3cc62ac7824d1f528e746bf689f8962159fbdd97b6a57d45b3b379a2191e2e49536b77040b13d704a58753fbed00017f4403d0'
'aa149c8fc273e6a9fb5ddc38bde8a37b8fb095ec8877a324b957be57e156ef583adbed5988f0184ef06d5d09ec13e01e4a58b81fffef5d6d316405a3881895c3'
'8b101caac9f38238d30f293176a09f1bb483ec1cdc474ef126ec087a8b548b50eee5c35617f0616dd1618e4dce72e14b70270f47658577e20e04a133405510aa'
Expand Down
2 changes: 1 addition & 1 deletion reflector-simple/reflector-simple
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ Main() {
--testing) internal_testing=yes ;;
esac
local progname=reflector-simple
eos-assert-deps $progname yad || return 1
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 73bbf36

Please sign in to comment.