upgpkg: vim-plug 0.14.0-1

upstream release
This commit is contained in:
allddd
2024-07-09 19:13:36 +02:00
parent d9820b1826
commit 6edef0322a
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
pkgbase = vim-plug pkgbase = vim-plug
pkgdesc = A vim plugin manager pkgdesc = A vim plugin manager
pkgver = 0.13.0 pkgver = 0.14.0
pkgrel = 1 pkgrel = 1
url = https://github.com/junegunn/vim-plug url = https://github.com/junegunn/vim-plug
arch = any arch = any
@@ -8,7 +8,7 @@ pkgbase = vim-plug
depends = vim depends = vim
provides = vim-plug provides = vim-plug
conflicts = vim-plug conflicts = vim-plug
source = https://github.com/junegunn/vim-plug/archive/0.13.0/vim-plug-0.13.0.tar.gz source = https://github.com/junegunn/vim-plug/archive/0.14.0/vim-plug-0.14.0.tar.gz
sha256sums = 682c8629d766236dc4c8bd16c545b8d9ca58cd06de2b1887b061d24c6b022903 sha256sums = a8e86db8c62deefa70057fd0abc81bc20e270ab9811eee3ccbe9ceafd3d8a876
pkgname = vim-plug pkgname = vim-plug
+2 -2
View File
@@ -1,7 +1,7 @@
# Maintainer: allddd <allddd (at) proton (dot) me> # Maintainer: allddd <allddd (at) proton (dot) me>
pkgname=vim-plug pkgname=vim-plug
pkgver=0.13.0 pkgver=0.14.0
pkgrel=1 pkgrel=1
pkgdesc='A vim plugin manager' pkgdesc='A vim plugin manager'
arch=('any') arch=('any')
@@ -11,7 +11,7 @@ depends=('vim')
provides=('vim-plug') provides=('vim-plug')
conflicts=('vim-plug') conflicts=('vim-plug')
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('682c8629d766236dc4c8bd16c545b8d9ca58cd06de2b1887b061d24c6b022903') sha256sums=('a8e86db8c62deefa70057fd0abc81bc20e270ab9811eee3ccbe9ceafd3d8a876')
package() { package() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"