hyphenated pkg issue
This commit is contained in:
parent
219a6fe392
commit
81fb944819
2
PKGBUILD
2
PKGBUILD
|
@ -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() {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue