summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2020-07-13 14:29:59 +1000
committerMark Blakeney2020-07-13 14:29:59 +1000
commit9f0b1be007424423bdb1b4dd106e680c9cef389a (patch)
treebd0aca10b85847c142dd8c529fbb8abe878942ca
parent5ce3513ebfa9d1f4f3a38b97db0a995bdc6ff411 (diff)
downloadaur-9f0b1be007424423bdb1b4dd106e680c9cef389a.tar.gz
Update to 1.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ca102db19f7..2adaac831380 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.10
- pkgrel = 2
+ pkgver = 1.11
+ 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.10.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.10.tar.gz
- md5sums = 988a4a1bf2fdddd7da353fe0684c9598
+ source = vim-plugins-profiler-1.11.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.11.tar.gz
+ md5sums = acf43b4795ea2ba7efe7b7323affb9ce
pkgname = vim-plugins-profiler
diff --git a/PKGBUILD b/PKGBUILD
index cdc3e0355ae7..1947772eb7d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=vim-plugins-profiler
-pkgver=1.10
-pkgrel=2
+pkgver=1.11
+pkgrel=1
pkgdesc="Utility to output a sorted list of VIM plugin startup times in millisec."
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
@@ -9,7 +9,7 @@ arch=("any")
depends=("python>=3.5")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('988a4a1bf2fdddd7da353fe0684c9598')
+md5sums=('acf43b4795ea2ba7efe7b7323affb9ce')
package() {
cd "$pkgname-$pkgver"