summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorByeonghoon Yoo2021-11-03 23:35:13 +0900
committerByeonghoon Yoo2021-11-03 23:35:13 +0900
commit90cf9e21c92da7a1a3723d3f508f6e7e45fdd242 (patch)
tree114624650f8700db4dfedef65b7b181bb963be59 /PKGBUILD
parent9c7759614437505dd759286688d1c47453661ad9 (diff)
downloadaur-90cf9e21c92da7a1a3723d3f508f6e7e45fdd242.tar.gz
Replace github repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16aa87367440..7ab32cfd8b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_name='history-search-multi-word'
pkgname="zsh-${_name}-git"
-pkgver=r285.73e7ea4
+pkgver=r309.a87074c
pkgrel=1
pkgdesc='Multi-word, syntax highlighted history searching for Zsh'
arch=('any')
license=('MIT')
-url='https://github.com/zdharma/history-search-multi-word'
+url='https://github.com/zdharma-continuum/history-search-multi-word'
depends=('zsh>=5.0.0')
makedepends=('git')
source=("${_name}::${url//https/git}")