summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e43484795fb..42f949df5d11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,9 @@ pkgbase = vim-nix-git
url = https://github.com/LnL7/vim-nix
arch = any
license = MIT
+ makedepends = git
depends = vim
- source = vim-nix::git+https://github.com/LnL7/vim-nix.git
+ source = git+https://github.com/LnL7/vim-nix.git
sha256sums = SKIP
pkgname = vim-nix-git
diff --git a/PKGBUILD b/PKGBUILD
index f9ffe3eb7f35..9cf6df228b23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ pkgdesc="Nix support for Vim"
arch=('any')
url='https://github.com/LnL7/vim-nix'
license=('MIT')
+makedepends=('git')
depends=('vim')
-source=('vim-nix::git+https://github.com/LnL7/vim-nix.git')
+source=('git+https://github.com/LnL7/vim-nix.git')
sha256sums=('SKIP')
pkgver() {