summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-01-09 10:15:49 +1000
committerMark Blakeney2018-01-09 10:15:49 +1000
commit6e6d6fe45fb4a78aad5334d72154494467a09672 (patch)
tree710457199feb3ec56d5496159139d15d69b76527
parent60920b37dfa2fbf2395f0ea4b59ad3719e86b611 (diff)
downloadaur-6e6d6fe45fb4a78aad5334d72154494467a09672.tar.gz
Update to 1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf5c38e01d26..95e1a98a087f 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.2
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/bulletmark/vim-plugins-profiler
arch = any
license = GPL3
depends = python
- source = vim-plugins-profiler-1.2.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.2.tar.gz
- md5sums = aaf04e6dcc163e30938b031a97368678
+ source = vim-plugins-profiler-1.3.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.3.tar.gz
+ md5sums = 7a7a4274ce8a4f739271601454be9610
pkgname = vim-plugins-profiler
diff --git a/PKGBUILD b/PKGBUILD
index 4fc794379d92..4a579962af99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=vim-plugins-profiler
-pkgver=1.2
+pkgver=1.3
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=('aaf04e6dcc163e30938b031a97368678')
+md5sums=('7a7a4274ce8a4f739271601454be9610')
package() {
cd "$pkgname-$pkgver"