summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu2021-06-07 16:00:33 +1000
committerJonathan Liu2021-06-07 16:00:33 +1000
commit8435d11d0e7616356ec76324cd6219068131992d (patch)
tree614c075b6eca3bb41de32329df8a5e8086615260
parentb8d92b30330968ec45c5e842bb1bca8c2846bb2f (diff)
downloadaur-vim-bitbake-git.tar.gz
Update to r90.6d4148c-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb30cb9f6565..24338b7a1f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vim-bitbake-git
pkgdesc = Vim files for the BitBake tool
- pkgver = r50.d601f51
+ pkgver = r90.6d4148c
pkgrel = 1
url = https://github.com/kergoth/vim-bitbake
arch = any
license = MIT
+ makedepends = git
depends = vim
source = git+https://github.com/kergoth/vim-bitbake.git
md5sums = SKIP
pkgname = vim-bitbake-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2be8176827e6..46b40c325acd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=vim-bitbake-git
-pkgver=r50.d601f51
+pkgver=r90.6d4148c
_gitname=vim-bitbake
pkgrel=1
pkgdesc="Vim files for the BitBake tool"
@@ -8,6 +8,7 @@ arch=('any')
url="https://github.com/kergoth/vim-bitbake"
license=('MIT')
depends=('vim')
+makedepends=('git')
source=('git+https://github.com/kergoth/vim-bitbake.git')
noextract=()
md5sums=('SKIP')