summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhanibek Adilbekov2020-02-02 16:15:50 +0600
committerZhanibek Adilbekov2020-02-02 16:15:50 +0600
commit9a03377b506b08eab8c8be8ad0d39e7e4e705b65 (patch)
tree716f8e17dc4484a6e9299c120ca6a26e67332de8
parentfcfbe732371789352b83ed3fd732a5677cf025d9 (diff)
downloadaur-9a03377b506b08eab8c8be8ad0d39e7e4e705b65.tar.gz
feat: updated to v3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a34703802f6..905672f4be76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vim-lastplace
pkgdesc = Intelligently reopen files at your last edit position in Vim.
- pkgver = 3.1.1
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/farmergreg/vim-lastplace
arch = any
license = MIT
depends = vim
- source = vim-lastplace-3.1.1.tar.gz::https://github.com/farmergreg/vim-lastplace/archive/v3.1.1.tar.gz
- md5sums = 7a688354f5e3d69f9a898f9a4f471fbf
+ source = vim-lastplace-3.2.1.tar.gz::https://github.com/farmergreg/vim-lastplace/archive/v3.2.1.tar.gz
+ md5sums = 24f767ea68db55e0ae52b72695fe3958
pkgname = vim-lastplace
diff --git a/PKGBUILD b/PKGBUILD
index ae7d77e2768c..b957f595f206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Zhanibek Adilbekov <zhanibek.adilbekov@protornmail.com>
+# Maintainer: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
pkgname=vim-lastplace
-pkgver=3.1.1
+pkgver=3.2.1
pkgrel=1
pkgdesc="Intelligently reopen files at your last edit position in Vim."
arch=('any')
@@ -8,7 +8,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=('7a688354f5e3d69f9a898f9a4f471fbf')
+md5sums=('24f767ea68db55e0ae52b72695fe3958')
package() {
mkdir -p "$pkgdir/usr/share/vim/vimfiles/"{plugin,doc}
@@ -18,4 +18,3 @@ package() {
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
cp LICENSE "$pkgdir/usr/share/licenses/$pkgname"
}
-