summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2020-07-14 15:11:54 +1000
committerMark Blakeney2020-07-14 15:11:54 +1000
commitfb77a0907a4c74bbc1e8c541a2ec352d374ab49b (patch)
tree6b5ce512c1847380475f73a9226c8296055e15f7
parent9f0b1be007424423bdb1b4dd106e680c9cef389a (diff)
downloadaur-fb77a0907a4c74bbc1e8c541a2ec352d374ab49b.tar.gz
Update to 1.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2adaac831380..65f0ea0f0fed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = vim-plugins-profiler
pkgdesc = Utility to output a sorted list of VIM plugin startup times in millisec.
- pkgver = 1.11
+ pkgver = 1.12
pkgrel = 1
url = https://github.com/bulletmark/vim-plugins-profiler
arch = any
license = GPL3
makedepends = python-setuptools
depends = python>=3.5
- source = vim-plugins-profiler-1.11.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.11.tar.gz
- md5sums = acf43b4795ea2ba7efe7b7323affb9ce
+ source = vim-plugins-profiler-1.12.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.12.tar.gz
+ md5sums = 49dc0ca4bf4f6290b14153b4254a74a8
pkgname = vim-plugins-profiler
diff --git a/PKGBUILD b/PKGBUILD
index 1947772eb7d9..f174e301463d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=vim-plugins-profiler
-pkgver=1.11
+pkgver=1.12
pkgrel=1
pkgdesc="Utility to output a sorted list of VIM plugin startup times in millisec."
url="https://github.com/bulletmark/$pkgname"
@@ -9,7 +9,7 @@ arch=("any")
depends=("python>=3.5")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('acf43b4795ea2ba7efe7b7323affb9ce')
+md5sums=('49dc0ca4bf4f6290b14153b4254a74a8')
package() {
cd "$pkgname-$pkgver"