summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-01-25 15:10:36 +0330
committerAmin Vakil2022-01-25 15:13:34 +0330
commit9c58f87630cdf4c8d8c18d798320262fa413395e (patch)
tree170fcd5e6423586e5fde294e45b6b4e92adac981 /PKGBUILD
parent0c76271b5f62de10ec077e9f24b2ebe02fef3d01 (diff)
downloadaur-vim-markdown-git.tar.gz
change github repository owner
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3001a8009a8e..3a8c68a3dd7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgver=r504.8e5d86f
pkgrel=3
pkgdesc="Markdown Vim Mode"
arch=('any')
-url="https://github.com/plasticboy/vim-markdown"
+url="https://github.com/preservim/vim-markdown"
license=('MIT')
depends=('vim-plugin-runtime' 'vim-tabular')
makedepends=('git')
conflicts=('vim-markdown')
provides=('vim-markdown')
groups=('vim-plugins')
-source=("git+https://github.com/plasticboy/${_pkgname}.git")
+source=("git+https://github.com/preservim/${_pkgname}.git")
sha256sums=('SKIP')
pkgver() {