summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-08-07 08:15:30 +1000
committerMark Blakeney2018-08-07 08:15:30 +1000
commit20c9754be927829afc4ff539d2bd8f0a74bad5b4 (patch)
treef8b5c8015fc05353fe9ee2f361379bccf3d32d4f
parent8ca6c942b11b2eb4b3850b7fcb34d45d010f8732 (diff)
downloadaur-20c9754be927829afc4ff539d2bd8f0a74bad5b4.tar.gz
Force python 3.7 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64fd446b96d3..84d6c393397b 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.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bulletmark/vim-plugins-profiler
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index ae41dbf31bae..7f7e68f71a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=vim-plugins-profiler
pkgver=1.8.1
-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")