summarylogtreecommitdiffstats
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
parent59ebc7eadce4312f7cdbed97e6a2528b19fe541f (diff)
downloadaur-236c8295c16261a83c441b8f68085bc34f9598eb.tar.gz
urel: added python-keyring as opt dep to add keyring support
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 667fa6ab2657..97aa99668e67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 4.2.1
-# Wed Apr 22 12:57:05 UTC 2015
pkgbase = osc
pkgdesc = Command line client for the openSUSE Build Service
pkgver = 0.151.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/openSUSE/osc
arch = any
license = GPL2
@@ -13,6 +11,7 @@ pkgbase = osc
optdepends = obs-build: required to run local builds
optdepends = obs-service-format_spec_file: for running the format_spec_file source service
optdepends = obs-service-download_files: for running the download_files source service
+ optdepends = python-keyring: keyring support
conflicts = osc-git
conflicts = osc-bash-completion
conflicts = zsh-completion-osc
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"