summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent35f54e4d56fef744ce895d6065b3e0a61ef2181d (diff)
downloadaur-7106968b642903139837b3b79730aa63a97851b3.tar.gz
Upkg
- New upstream release - Fix missing python-distro dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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() {