summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Nave2022-08-08 19:47:46 +0200
committerClaudio Nave2022-08-08 19:47:46 +0200
commitc39d3b9f5b5ff51d6c318ab7498332aa2d7aadae (patch)
tree7ddf09caa5ddbefaf3efc9731232c32f880e6e84
parent52af470ad045cd2d17ec8b74636a5acd4235fd5f (diff)
downloadaur-c39d3b9f5b5ff51d6c318ab7498332aa2d7aadae.tar.gz
Add readkey optional dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c6b49f00265..3c0930fbd2fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = perl-ora2pg
depends = perl-dbd-oracle
optdepends = perl-dbd-pg: connect to a PostgreSQL db
optdepends = perl-dbd-mysql: connect to a MySQL db
+ optdepends = perl-term-readkey: read input from terminal
options = !emptydirs
source = https://github.com/darold/ora2pg/archive/refs/tags/v23.1.tar.gz
sha256sums = e6c0e92ae9058c14480ec4a26db60796714a721eaf223ac53e1fe4e37d9ce2f6
diff --git a/PKGBUILD b/PKGBUILD
index 243232d8d425..86ff93ce7f48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ url="http://ora2pg.darold.net"
license=('GPL' 'PerlArtistic')
depends=('perl' 'perl-dbd-oracle')
optdepends=('perl-dbd-pg: connect to a PostgreSQL db'
- 'perl-dbd-mysql: connect to a MySQL db')
+ 'perl-dbd-mysql: connect to a MySQL db'
+ 'perl-term-readkey: read input from terminal')
options=('!emptydirs')
source=("https://github.com/darold/ora2pg/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('e6c0e92ae9058c14480ec4a26db60796714a721eaf223ac53e1fe4e37d9ce2f6')