diff --git a/PKGBUILD b/PKGBUILD index 435c5b7..2ab59f5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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() { diff --git a/fpf b/fpf old mode 100644 new mode 100755 index 5353490..b2d9b17 --- a/fpf +++ b/fpf @@ -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