summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjörn Bidar2015-08-06 04:13:24 +0200
committerBjörn Bidar2015-08-06 04:13:24 +0200
commit236c8295c16261a83c441b8f68085bc34f9598eb (patch)
treef66376989e185f71bd2c75dfe628fe5fbc8fb846 /PKGBUILD
parent59ebc7eadce4312f7cdbed97e6a2528b19fe541f (diff)
downloadaur-236c8295c16261a83c441b8f68085bc34f9598eb.tar.gz
urel: added python-keyring as opt dep to add keyring support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0342ff38a351..03d82f45c6a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=osc
pkgver=0.151.2
-pkgrel=2
+pkgrel=3
pkgdesc="Command line client for the openSUSE Build Service"
arch=(any)
url="https://github.com/openSUSE/osc"
@@ -17,7 +17,9 @@ depends=('python2'
'urlgrabber')
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')
+ 'obs-service-download_files: for running the download_files source service'
+ 'python-keyring: keyring support'
+ )
conflicts=('osc-git' 'osc-bash-completion' 'zsh-completion-osc')
replaces=('osc-bash-completion' 'zsh-completion-osc')
source=("https://github.com/openSUSE/${pkgname}/archive/${pkgver}.tar.gz"