summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlyInWind2021-11-09 13:56:53 +0800
committerFlyInWind2021-11-09 13:56:53 +0800
commit6919fd1a8c9a43931733f1003ae35698df48cc79 (patch)
treee8fbc03d883e6e7e765c5cbe0cb3749c7eb6e41a
parent429a80d4788e17cbe0d742bdf8aecc5f249abc52 (diff)
downloadaur-6919fd1a8c9a43931733f1003ae35698df48cc79.tar.gz
update source url
-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=(