summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfsckd2015-12-15 23:33:57 -0500
committerfsckd2015-12-15 23:33:57 -0500
commit513cd4d14bd09d078f47ffc2eb810b5770256afe (patch)
tree8d2e761828639f627ba9595430f815e52bd429d5 /PKGBUILD
parent1bf5f599023f20f048b40fc918bd56243a629970 (diff)
downloadaur-513cd4d14bd09d078f47ffc2eb810b5770256afe.tar.gz
oh-my-zsh plugin dropped upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dec128a47708..9f9977a8e6f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: veox <veox at wre dot ath dot cx>
pkgname=zsh-history-substring-search-git
-pkgver=74.3bd84be
+pkgver=92.2f8a5f8
pkgrel=1
epoch=1
pkgdesc="A ZSH plugin to search history, a clean-room implementation of the Fish shell feature"
@@ -26,7 +26,7 @@ package() {
local name="${pkgname%-git}"
cd "$srcdir/$name"
install -d -m755 "$pkgdir/usr/share/zsh/plugins/$name"
- install -m644 README.md "$name".{zsh,plugin.zsh} "$pkgdir/usr/share/zsh/plugins/$name"
+ install -m644 README.md "$name".zsh "$pkgdir/usr/share/zsh/plugins/$name"
}
# vim:set ts=2 sw=2 et: