summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2022-06-13 10:50:54 +0200
committerMikhail f. Shiryaev2022-06-13 10:50:54 +0200
commitfda371d11612eb15ba4d4d2791525878aca7c817 (patch)
tree6f47875e7e0fddff80e4efc8d2cb981b3a8d2f4b /PKGBUILD
parent2777bd66078f55fadd614169d77789ecb14d43c2 (diff)
downloadaur-vim-gnupg-git.tar.gz
Fix meakedeps and bump the version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb68f67df196..c1005a0047b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=gnupg
pkgname=vim-${_name}-git
-pkgver=2.6.1.r1.g22cbc6b
+pkgver=2.7.1.r3.gf9b608f
pkgrel=1
pkgdesc="Plugin for transparent editing of gpg encrypted files"
arch=('any')
@@ -14,6 +14,7 @@ license=('GPL2')
groups=('vim-plugins')
depends=('vim')
conflicts=('vim-gnupg')
+makedepends=('git')
source=("${_name}::git+${url}.git")
sha256sums=( SKIP )