summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cd9d0add6ee..fc90d48b9db5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,15 +2,14 @@ pkgbase = zsh-fast-syntax-highlighting
pkgdesc = Optimized and extended zsh-syntax-highlighting
pkgver = 1.55
pkgrel = 2
- 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
provides = zsh-fast-syntax-highlighting
conflicts = zsh-fast-syntax-highlighting-git
- source = git+https://github.com/zdharma/fast-syntax-highlighting.git#tag=v1.55
+ source = git+https://github.com/zdharma-continuum/fast-syntax-highlighting.git#tag=v1.55
sha512sums = SKIP
pkgname = zsh-fast-syntax-highlighting
-
diff --git a/PKGBUILD b/PKGBUILD
index b250df7ed49e..e761226ea3a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ pkgver=1.55
pkgrel=2
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/${_gitname}.git#tag=v${pkgver}")
+source=("git+https://github.com/zdharma-continuum/${_gitname}.git#tag=v${pkgver}")
sha512sums=('SKIP')
provides=("$pkgname")
conflicts=(