summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2017-07-31 22:01:01 +0200
committerBjörn Bidar2017-07-31 22:01:01 +0200
commitded70c66fd45cda845c42d34ea68fb37902b839e (patch)
tree8d62a80a53d6189c9cd5a9f07d4f9005935b0b9f
parent10dc28667c63a8fcdfb730d0cb87305eb9b2b0dc (diff)
downloadaur-ded70c66fd45cda845c42d34ea68fb37902b839e.tar.gz
urel: added missing dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dadbf18297f0..378193b170b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jul 31 19:54:22 UTC 2017
+# Mon Jul 31 20:00:43 UTC 2017
pkgbase = osc
pkgdesc = Command line client for the openSUSE Build Service
pkgver = 0.159.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/openSUSE/osc
arch = any
license = GPL2
depends = python2
depends = python2-m2crypto
+ depends = python2-typing
depends = urlgrabber
optdepends = obs-build: required to run local builds
optdepends = obs-service-format_spec_file: for running the format_spec_file source service
diff --git a/PKGBUILD b/PKGBUILD
index c2d6e1c28aa9..f2b1b3428c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,14 @@
pkgname=osc
pkgver=0.159.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command line client for the openSUSE Build Service"
arch=(any)
url="https://github.com/openSUSE/osc"
license=('GPL2')
depends=('python2'
'python2-m2crypto'
+ 'python2-typing'
'urlgrabber')
optdepends=('obs-build: required to run local builds'
'obs-service-format_spec_file: for running the format_spec_file source service'