- 0.145.0
- allow to use the set-release option when running a manual release - added support for "osc requestmaintainership PROJECT" - various bugfixes: - print_buildlog: do not strip tabs - fixed "osc -H ..." in combination with a proxy - fixed creation of ~/.osc_cookiejar - Package.commit: create _meta for newly added packages - fixed behavior of set_link_rev #72 - fixed typos in PKGBUILD file: no comma in depends tag (as pointed out by roflik) OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=168
This commit is contained in:
committed by
Git OBS Bridge
parent
78e85f08fb
commit
e472a64c7c
6
PKGBUILD
6
PKGBUILD
@@ -1,14 +1,14 @@
|
||||
pkgname=osc
|
||||
pkgver=0.144.1
|
||||
pkgver=0.145.0
|
||||
pkgrel=0
|
||||
pkgdesc="Open Build Service client"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.github.com/openSUSE/osc"
|
||||
license=('GPL-2.0+' 'GPL-2.0')
|
||||
groups=('base-devel')
|
||||
depends=('python2', 'python2-m2crypto', 'urlgrabber')
|
||||
depends=('python2' 'python2-m2crypto' 'urlgrabber')
|
||||
source=(osc-${pkgver}.tar.gz)
|
||||
md5sums=('d6f0d72f1716d5e57ef02b3ff8a101d8')
|
||||
md5sums=('53795d71d825f5f2a41721bd96edca8c')
|
||||
|
||||
package() {
|
||||
msg "Installing osc ..."
|
||||
|
Reference in New Issue
Block a user