summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-03-01 15:50:36 +1000
committerMark Blakeney2023-03-01 15:50:36 +1000
commitfae8c0041068e52374457d0c8706f0bb32052890 (patch)
tree375f72d7f53aaa8bea1a7817a1e0a253730a9e22
parentb5fb08fcb2012a30ae7d7a6d529cbb123903dc32 (diff)
downloadaur-fae8c0041068e52374457d0c8706f0bb32052890.tar.gz
Update to 1.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc12f063bfaf..18ce548fa438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vim-plugins-profiler
pkgdesc = Utility to output a sorted list of VIM plugin startup times in millisec.
- pkgver = 1.14
+ pkgver = 1.15
pkgrel = 1
url = https://github.com/bulletmark/vim-plugins-profiler
arch = any
@@ -10,7 +10,7 @@ pkgbase = vim-plugins-profiler
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.5
- source = vim-plugins-profiler-1.14.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.14.tar.gz
- md5sums = 54d6ed6683497390bceca36f02030751
+ source = vim-plugins-profiler-1.15.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.15.tar.gz
+ md5sums = 57c6fedf1146f8bc1a92c14279d7fa41
pkgname = vim-plugins-profiler
diff --git a/PKGBUILD b/PKGBUILD
index 43dac4220360..31d82671f23b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=vim-plugins-profiler
-pkgver=1.14
+pkgver=1.15
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 python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('54d6ed6683497390bceca36f02030751')
+md5sums=('57c6fedf1146f8bc1a92c14279d7fa41')
build() {
cd "$srcdir/$pkgname-$pkgver"