summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2019-11-15 07:55:28 +1000
committerMark Blakeney2019-11-15 07:55:28 +1000
commit420db2449f5b81202a1d67a3a71b16925e3db563 (patch)
tree61598519e86a19ae75f746f26f5b7714bd656f4d
parent1a05ce1f3d37675a2398e34e28a1723ca590886e (diff)
downloadaur-420db2449f5b81202a1d67a3a71b16925e3db563.tar.gz
Bump version to force rebuild for Python 3.8.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff31468a6033..3ca102db19f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vim-plugins-profiler
pkgdesc = Utility to output a sorted list of VIM plugin startup times in millisec.
pkgver = 1.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bulletmark/vim-plugins-profiler
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 5eb1e3e06d74..cdc3e0355ae7 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=1
+pkgrel=2
pkgdesc="Utility to output a sorted list of VIM plugin startup times in millisec."
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")