summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Dems2019-11-22 22:39:28 +0100
committerMaciej Dems2019-11-22 22:39:28 +0100
commit2b16cdf678355e8d1d4e20981c9dccd60ce7bd3d (patch)
treef7c8ffd3f9b770195980fe4a9e69aba527da0329
parent2839b54b955732c2ce71b95c1bbab253cee9a7e8 (diff)
downloadaur-2b16cdf678355e8d1d4e20981c9dccd60ce7bd3d.tar.gz
Typo fixes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--_pamac4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21fc10c60b16..9f841f0cbd5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pamac-zsh-completions
pkgdesc = ZSH completions for pamac
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
arch = any
license = GPL
depends = zsh
depends = pamac
source = _pamac
- sha256sums = 7b84ef418b68a4edf53a4d6afaeb7edc287a87fa7f970cf940a5ebdf37b891e6
+ sha256sums = 8bf6f7c0ac4eca2c509caea787969f1858c87b667506af4785ad335221437e47
pkgname = pamac-zsh-completions
diff --git a/PKGBUILD b/PKGBUILD
index c03ca4d11244..4ca29d5c6201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Maciej Dems <macdems@gmail.com>
pkgname=pamac-zsh-completions
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="ZSH completions for pamac"
depends=('zsh' 'pamac')
license=('GPL')
arch=('any')
source=('_pamac')
-sha256sums=('7b84ef418b68a4edf53a4d6afaeb7edc287a87fa7f970cf940a5ebdf37b891e6')
+sha256sums=('8bf6f7c0ac4eca2c509caea787969f1858c87b667506af4785ad335221437e47')
package() {
mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
diff --git a/_pamac b/_pamac
index 1ae0108a8d1a..f143e186cb74 100644
--- a/_pamac
+++ b/_pamac
@@ -83,7 +83,7 @@ _pamac_completions_all_packages_groups_and_local() {
_alternative : \
'pkgs:packages:_pamac_completions_all_packages' \
'grps:groups:_pamac_completions_all_groups' \
- 'locl:package files:_path_files -g "*.pkg.tar.(z|gz|bz|bz2|lrz|lz|lz4|lzop|xz|lzma)"'
+ 'locl:package files:_path_files -g "*.pkg.tar(|.z|.gz|.bz|.bz2|.lrz|.lz|.lz4|.lzop|.xz|.lzma)"'
}
@@ -123,7 +123,7 @@ _pamac_commands() {
_pamac_command_clean() {
_arguments : \
"(1 * -)--help[show help for command]" \
- "(-k --keep)"{-k,--keep}"[specify how many vqersions of each package are kept in the cache directory]:number:_values number 0 1 2 3 4 5 6 7 8 9" \
+ "(-k --keep)"{-k,--keep}"[specify how many versions of each package are kept in the cache directory]:number:_values number 0 1 2 3 4 5 6 7 8 9" \
"(-u --uninstalled)"{-u,--uninstalled}"[only target uninstalled packages]" \
"(-b --build-files)"{-b,--build-files}"[remove all build files, the build directory is the one specified in pamac.conf]" \
"(-d --dry-run)"{-d,--dry-run}"[do not remove files, only find candidate packages]" \