hyphenated pkg issue

This commit is contained in:
Eric Lay 2020-07-29 21:22:28 -05:00
parent 219a6fe392
commit 81fb944819
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ depends=('pacman'
'fzf' 'fzf'
'wget') 'wget')
makedepends=('git') makedepends=('git')
source=("git+https://gitlab.com/airclay/fuzzy-pkg-finder.git#tag=v$pkgver") source=("git+https://gitlab.com/airclay/fuzzy-pkg-finder.git")
md5sums=('SKIP') md5sums=('SKIP')
package() { package() {

2
fpf Normal file → Executable file
View File

@ -91,7 +91,7 @@ Orphans() {
# Update the files database # Update the files database
UpdateInfos UpdateInfos
# Test for AUR option, if not run with pacman # Test for AUR option, if not run with pacman
if [[ ! "$1" =~ "\\s-\\w" ]]; then if [[ ! "$1" =~ -a|-l|-la|-R|-o|-h ]]; then
Official "$1" Official "$1"
else else
for opt in "$@"; do for opt in "$@"; do