summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442018-03-19 08:19:48 +0100
committermarco442018-03-19 08:19:48 +0100
commit40676aafd54c641ca94cc7dbabd3f85c47adb0e4 (patch)
tree98708212ef99b3733c359a1d52d1c393b5ac0505
parent7d981eee925704e5f17507bfc3699912b406af6e (diff)
downloadaur-40676aafd54c641ca94cc7dbabd3f85c47adb0e4.tar.gz
Change comment
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 879f4c9c74e7..c4c5bd434d16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sat Mar 17 12:03:07 UTC 2018
+# Mon Mar 19 07:19:45 UTC 2018
pkgbase = pg_qualstats-git
- pkgdesc = postgresql background worker to capture data
+ pkgdesc = Capture qualifiers the same way as pg_stat_statement does for statements
pkgver = dd6fbf4
pkgrel = 1
url = https://github.com/powa-team/pg_qualstats
diff --git a/PKGBUILD b/PKGBUILD
index d0ffe1d9f046..c038a0852c6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=pg_qualstats-git
_gitname=pg_qualstats
pkgver=dd6fbf4
pkgrel=1
-pkgdesc="postgresql background worker to capture data"
+pkgdesc="Capture qualifiers the same way as pg_stat_statement does for statements"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/powa-team/pg_qualstats"
license=('BSD')