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'
'wget')
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')
package() {

2
fpf Normal file → Executable file
View File

@ -91,7 +91,7 @@ Orphans() {
# Update the files database
UpdateInfos
# 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"
else
for opt in "$@"; do