summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-01-29 19:52:53 +1000
committerMark Blakeney2018-01-29 19:52:53 +1000
commitd5a3c5c6a336a8eb1f5c34452131fa3b3cbaf41d (patch)
tree47de07c622718241120cb8170012047e392286c5
parentdfcf6f66cfc1032bedf7b0371e3cdfee4de84c65 (diff)
downloadaur-d5a3c5c6a336a8eb1f5c34452131fa3b3cbaf41d.tar.gz
Update to 1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 320f1d2df1e1..4459b8f5a7f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vim-plugins-profiler
pkgdesc = Utility to output a sorted list of VIM plugin startup times in millisec.
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/bulletmark/vim-plugins-profiler
arch = any
license = GPL3
depends = python
- source = vim-plugins-profiler-1.4.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.4.tar.gz
- md5sums = 4e5241b458b089d7a05c097644cf0493
+ source = vim-plugins-profiler-1.5.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.5.tar.gz
+ md5sums = 37a35d7e908adf318253a91d1bba7b91
pkgname = vim-plugins-profiler
diff --git a/PKGBUILD b/PKGBUILD
index 0c9674449304..b4ea40051d27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=vim-plugins-profiler
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="Utility to output a sorted list of VIM plugin startup times in millisec."
url="https://github.com/bulletmark/$pkgname"
@@ -8,7 +8,7 @@ license=("GPL3")
arch=("any")
depends=("python")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('4e5241b458b089d7a05c097644cf0493')
+md5sums=('37a35d7e908adf318253a91d1bba7b91')
package() {
cd "$pkgname-$pkgver"