summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2016-02-26 09:09:48 +0000
committerAndrew Stubbs2016-02-26 09:09:48 +0000
commit8a2f4800e3ed414cfd349ab50fcbc09273f63a71 (patch)
tree3f5bd15ce6b12852f0835a612f19c0d0ca48ab0e
parent0b8120ddb7e57f7e9c8fc979e026b30febf59a4b (diff)
downloadaur-8a2f4800e3ed414cfd349ab50fcbc09273f63a71.tar.gz
New source URL.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c3c67d36028..7d8f24f50a03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Feb 25 09:42:08 UTC 2016
+# Fri Feb 26 09:09:24 UTC 2016
pkgbase = zsh-autosuggestions-git
pkgdesc = Fish shell like fast/unobtrusive autosuggestions for zsh
- pkgver = v0.2.14.r3.gc761dc8
+ pkgver = v0.2.16.r1.g985de56
pkgrel = 1
- url = https://github.com/tarruda/zsh-autosuggestions
+ url = https://github.com/zsh-users/zsh-autosuggestions
install = zsh-autosuggestions.install
arch = any
license = Custom:MIT
makedepends = git
depends = zsh
provides = zsh-autosuggestions
- source = zsh-autosuggestions::git://github.com/tarruda/zsh-autosuggestions
+ source = zsh-autosuggestions::git://github.com/zsh-users/zsh-autosuggestions
sha256sums = SKIP
pkgname = zsh-autosuggestions-git
diff --git a/PKGBUILD b/PKGBUILD
index c55e36edc7fd..7dd0e31c3629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_name='zsh-autosuggestions'
pkgname="${_name}-git"
-pkgver=v0.2.14.r3.gc761dc8
+pkgver=v0.2.16.r1.g985de56
pkgrel=1
pkgdesc='Fish shell like fast/unobtrusive autosuggestions for zsh'
-url='https://github.com/tarruda/zsh-autosuggestions'
+url='https://github.com/zsh-users/zsh-autosuggestions'
arch=('any')
license=('Custom:MIT')
depends=('zsh')