summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Harrigan2020-12-13 15:19:40 +0000
committerDavid Harrigan2020-12-13 15:19:40 +0000
commitc1fdfbf9bf826044caf42a535ddfbbb2bffc5c33 (patch)
tree82cc627497ccd1029c67805eb7bc560fd3d14b9a /PKGBUILD
parentdcb4166f7d03fbfbe7f17a0ba552c2db08e3b371 (diff)
downloadaur-c1fdfbf9bf826044caf42a535ddfbbb2bffc5c33.tar.gz
Add ncurses and postgresql-libs as dependencies
-=david=-
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8643d6b5a17..314b0e81da61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pspg
pkgver=3.1.5
-pkgrel=1
+pkgrel=2
pkgdesc='Tabular data pager designed to be used with psql'
arch=('x86_64')
url="https://github.com/okbob/pspg"
license=('BSD')
-depends=('readline')
+depends=('ncurses' 'readline' 'postgresql-libs')
conflicts=('pspg-git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")