summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cbb77218620..cf5c38e01d26 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.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/bulletmark/vim-plugins-profiler
arch = any
license = GPL3
depends = python
- source = vim-plugins-profiler-1.1.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.1.tar.gz
- md5sums = 64fc84d7db57e3ba944c7e99ea5b2989
+ source = vim-plugins-profiler-1.2.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.2.tar.gz
+ md5sums = aaf04e6dcc163e30938b031a97368678
pkgname = vim-plugins-profiler
diff --git a/PKGBUILD b/PKGBUILD
index f0d7d12beea4..4fc794379d92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=vim-plugins-profiler
-pkgver=1.1
+pkgver=1.2
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=('64fc84d7db57e3ba944c7e99ea5b2989')
+md5sums=('aaf04e6dcc163e30938b031a97368678')
package() {
cd "$pkgname-$pkgver"