summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dabcca95385c..201ae2269a96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = zsh-fast-syntax-highlighting-git
pkgdesc = Optimized and extended zsh-syntax-highlighting
- pkgver = r760.01471d8
+ pkgver = r884.9a5a4a5
pkgrel = 1
- url = https://github.com/zdharma/fast-syntax-highlighting
+ url = https://github.com/zdharma-continuum/fast-syntax-highlighting
arch = any
license = BSD
makedepends = git
depends = zsh
- source = git+https://github.com/zdharma/fast-syntax-highlighting.git
+ source = git+https://github.com/zdharma-continuum/fast-syntax-highlighting.git
sha512sums = SKIP
pkgname = zsh-fast-syntax-highlighting-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 51959b3ec37c..5ffa36eeb865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Niklas Bolander <niklas.bolander at gmail dot com>
pkgname=zsh-fast-syntax-highlighting-git
-pkgver=r760.01471d8
+pkgver=r884.9a5a4a5
pkgrel=1
pkgdesc='Optimized and extended zsh-syntax-highlighting'
arch=('any')
-url='https://github.com/zdharma/fast-syntax-highlighting'
+url='https://github.com/zdharma-continuum/fast-syntax-highlighting'
license=('BSD')
depends=('zsh')
makedepends=('git')
-source=('git+https://github.com/zdharma/fast-syntax-highlighting.git')
+source=("git+${url}.git")
sha512sums=('SKIP')
_gitname='fast-syntax-highlighting'