summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjörn Bidar2019-05-02 21:56:12 +0200
committerBjörn Bidar2019-05-02 21:56:12 +0200
commite19d09ea8e735e5825d95f144b5ccaa358c47023 (patch)
tree6e008a9e8f112b133988a930e66fb80db5db87a0 /PKGBUILD
parentd988cce640a13c7533f74bcab111d9fd16775828 (diff)
downloadaur-e19d09ea8e735e5825d95f144b5ccaa358c47023.tar.gz
urel
- add python-progressbar as optdepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index feeaa87abae1..48cad5edde96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=osc
pkgver=0.165.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command line client for the openSUSE Build Service"
arch=(any)
url="https://github.com/openSUSE/osc"
@@ -18,6 +18,7 @@ optdepends=('obs-build: required to run local builds'
'obs-service-format_spec_file: for running the format_spec_file source service'
'obs-service-download_files: for running the download_files source service'
'python-keyring: keyring support'
+ 'python-progressbar: progressbar support for operations like uploading and services'
)
conflicts=('osc-git' 'osc-bash-completion' 'zsh-completion-osc')
replaces=('osc-bash-completion' 'zsh-completion-osc')