summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpeshane2018-07-09 14:59:50 +0200
committerpeshane2018-07-09 14:59:50 +0200
commit2631db62274000fbf5afd13ed842c6fd5b9a0a38 (patch)
tree4ca6808e11e567a22505db834443ef09daa5399f /PKGBUILD
parentcf6c2fa034023b71f12e1fbb798aa2f687af2870 (diff)
downloadaur-2631db62274000fbf5afd13ed842c6fd5b9a0a38.tar.gz
add new dep: perl-dbd-pg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eba7987d758d..90339f403cba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: peshane <peshane@peshane.net>
pkgname=postgresqltuner
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Simple script to analyse your PostgreSQL database configuration inspired by mysqltuner.pl"
arch=('any')
url="https://github.com/jfcoz/postgresqltuner"
license=('GPL')
-depends=('perl')
+depends=('perl' 'perl-dbd-pg')
makedepends=('git' 'markdown')
source=("postgresqltuner::git+https://github.com/jfcoz/${pkgname}.git#tag=${pkgver}")
md5sums=('SKIP')