summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2020-03-16 10:22:14 +0100
committerBjörn Bidar2020-03-16 10:22:14 +0100
commit7106968b642903139837b3b79730aa63a97851b3 (patch)
tree07f73ece24227ed4a3c2cd7ec5c35ebe42501559
parent35f54e4d56fef744ce895d6065b3e0a61ef2181d (diff)
downloadaur-7106968b642903139837b3b79730aa63a97851b3.tar.gz
Upkg
- New upstream release - Fix missing python-distro dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72138f3e217d..fc6f78d2e4cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 21 06:18:43 UTC 2020
+# Mon Mar 16 09:21:15 UTC 2020
pkgbase = osc
pkgdesc = Command line client for the openSUSE Build Service
- pkgver = 0.167.2
+ pkgver = 0.168.2
pkgrel = 1
url = https://github.com/openSUSE/osc
arch = any
@@ -10,6 +10,7 @@ pkgbase = osc
makedepends = python-setuptools
depends = python
depends = python-m2crypto
+ depends = python-distro
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
@@ -20,9 +21,9 @@ pkgbase = osc
conflicts = zsh-completion-osc
replaces = osc-bash-completion
replaces = zsh-completion-osc
- source = https://github.com/openSUSE/osc/archive/0.167.2.tar.gz
+ source = https://github.com/openSUSE/osc/archive/0.168.2.tar.gz
source = _osc
- sha256sums = 203c7b040fbf753d35c586c57d68dd64d345fdcb778388b6a97dee48829ace1e
+ sha256sums = 070637e052ad18416cf27b49b53685f802addac8da9f9a36ac8069dcdb1757c4
sha256sums = 2b045e03d2fdce12683ceb9792d491a32f00b256045456412e7bc18c8726218a
pkgname = osc
diff --git a/PKGBUILD b/PKGBUILD
index db2825dade1f..2bc599fb12b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,15 @@
# Contributor : Patrick McCarty <pnorcks at gmail dot com>
pkgname=osc
-pkgver=0.167.2
+pkgver=0.168.2
pkgrel=1
pkgdesc="Command line client for the openSUSE Build Service"
arch=(any)
url="https://github.com/openSUSE/osc"
license=('GPL2')
depends=('python'
- 'python-m2crypto')
+ 'python-m2crypto'
+ 'python-distro')
makedepends=('python-setuptools')
optdepends=('obs-build: required to run local builds'
'obs-service-format_spec_file: for running the format_spec_file source service'
@@ -25,7 +26,7 @@ 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"
"_osc")
-sha256sums=('203c7b040fbf753d35c586c57d68dd64d345fdcb778388b6a97dee48829ace1e'
+sha256sums=('070637e052ad18416cf27b49b53685f802addac8da9f9a36ac8069dcdb1757c4'
'2b045e03d2fdce12683ceb9792d491a32f00b256045456412e7bc18c8726218a')
prepare() {