summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2021-06-01 07:37:59 -0500
committerDoug Newgard2021-06-01 07:37:59 -0500
commit1a1b543d77ceb799dc745199b55df1f6bf52b836 (patch)
tree86fbce4fdeccacdddc93772d2a488f5bb9dabd8f
parent535d393df7e9642c6be469ae8d90ba7c4c6cc752 (diff)
downloadaur-1a1b543d77ceb799dc745199b55df1f6bf52b836.tar.gz
Add optdep for postgres
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4c8da5e4692..5b444303c6f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quasselgrep-git
pkgdesc = Tool for searching quassel logs from the commandline
pkgver = r95.g9b6b0bc
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/fish-face/quasselgrep
arch = any
license = GPL
@@ -11,10 +11,10 @@ pkgbase = quasselgrep-git
depends = python-dateutil
depends = python-future
depends = python-pycryptodome
+ optdepends = python-psycopg2: Connect to postgres databases
provides = quasselgrep=r95.g9b6b0bc
conflicts = quasselgrep
source = git+https://github.com/fish-face/quasselgrep.git
sha256sums = SKIP
pkgname = quasselgrep-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 00eeff5c009a..ca5f03a9c636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_pkgname=quasselgrep
pkgname=$_pkgname-git
pkgver=r95.g9b6b0bc
-pkgrel=2
+pkgrel=3
pkgdesc='Tool for searching quassel logs from the commandline'
arch=('any')
url='https://github.com/fish-face/quasselgrep'
license=('GPL')
depends=('python' 'python-setuptools' 'python-dateutil' 'python-future' 'python-pycryptodome')
makedepends=('git')
+optdepends=('python-psycopg2: Connect to postgres databases')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
source=('git+https://github.com/fish-face/quasselgrep.git')