summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2018-01-24 16:41:39 +1000
committerMark Blakeney2018-01-24 16:41:39 +1000
commitdfcf6f66cfc1032bedf7b0371e3cdfee4de84c65 (patch)
tree0e73398dde94d65e13d6a4cd1263cdbc9eb8f1f7 /PKGBUILD
parent6e6d6fe45fb4a78aad5334d72154494467a09672 (diff)
downloadaur-dfcf6f66cfc1032bedf7b0371e3cdfee4de84c65.tar.gz
Update to 1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a579962af99..0c9674449304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=vim-plugins-profiler
-pkgver=1.3
+pkgver=1.4
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=('7a7a4274ce8a4f739271601454be9610')
+md5sums=('4e5241b458b089d7a05c097644cf0493')
package() {
cd "$pkgname-$pkgver"