summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Gautier2023-12-11 09:52:22 +0100
committerMax Gautier2023-12-11 09:52:22 +0100
commit72abb5f2680bfcb7124bcff9ebbe9ec576ab1b79 (patch)
tree0ccf6dcccb174ba2e8130591342e3e7b80d26767
parent9a03377b506b08eab8c8be8ad0d39e7e4e705b65 (diff)
downloadaur-vim-lastplace.tar.gz
Update to 4.0.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 905672f4be76..7ea113b768d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = vim-lastplace
pkgdesc = Intelligently reopen files at your last edit position in Vim.
- pkgver = 3.2.1
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/farmergreg/vim-lastplace
arch = any
license = MIT
depends = vim
- source = vim-lastplace-3.2.1.tar.gz::https://github.com/farmergreg/vim-lastplace/archive/v3.2.1.tar.gz
- md5sums = 24f767ea68db55e0ae52b72695fe3958
+ source = vim-lastplace-4.0.0.tar.gz::https://github.com/farmergreg/vim-lastplace/archive/v4.0.0.tar.gz
+ b2sums = 85f4d1d9c6431e3efbc953e8e37a2468c4af419896ecea2c510c01295e94d98f1eb5c98dc6e3282a364bb392f4069547bfdf3046a5911adc27964a80abd6aec6
pkgname = vim-lastplace
-
diff --git a/PKGBUILD b/PKGBUILD
index b957f595f206..5119eca4f40d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
+# Maintainer: Max Gautier <mg@max.gautier.name>
+# Contributor: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
pkgname=vim-lastplace
-pkgver=3.2.1
+pkgver=4.0.0
pkgrel=1
pkgdesc="Intelligently reopen files at your last edit position in Vim."
arch=('any')
@@ -8,7 +9,7 @@ url="https://github.com/farmergreg/vim-lastplace"
license=('MIT')
depends=('vim')
source=("$pkgname-$pkgver.tar.gz::https://github.com/farmergreg/vim-lastplace/archive/v$pkgver.tar.gz")
-md5sums=('24f767ea68db55e0ae52b72695fe3958')
+b2sums=('85f4d1d9c6431e3efbc953e8e37a2468c4af419896ecea2c510c01295e94d98f1eb5c98dc6e3282a364bb392f4069547bfdf3046a5911adc27964a80abd6aec6')
package() {
mkdir -p "$pkgdir/usr/share/vim/vimfiles/"{plugin,doc}