summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-01-07 23:34:43 +1000
committerMark Blakeney2018-01-07 23:35:15 +1000
commit59e27b249c007a5c184f376d82eaa8da83ba13a9 (patch)
treefb3a67f4c7c1b3d75750741a3d0bbbea1823bc1c
parent9017852720aa593bcd3f9ccdb1245349f371ab57 (diff)
downloadaur-59e27b249c007a5c184f376d82eaa8da83ba13a9.tar.gz
Fix description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b539071cf911..4cbb77218620 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = vim-plugins-profiler
- pkgdesc = Utility to output a sorted list of VIM plugins startup times in millisec.
+ pkgdesc = Utility to output a sorted list of VIM plugin startup times in millisec.
pkgver = 1.1
pkgrel = 1
url = https://github.com/bulletmark/vim-plugins-profiler
diff --git a/PKGBUILD b/PKGBUILD
index 557e345ec47c..f0d7d12beea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vim-plugins-profiler
pkgver=1.1
pkgrel=1
-pkgdesc="Utility to output a sorted list of VIM plugins startup times in millisec."
+pkgdesc="Utility to output a sorted list of VIM plugin startup times in millisec."
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")