summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2016-08-08 07:49:28 +0200
committerBjörn Bidar2016-08-08 07:49:28 +0200
commit934fe2bae77fffc51460f612a0ee7399bd334951 (patch)
tree32485c5807d4212421995505d4ff526289461dbb
parent933651cc4795a8a4efa7b181f5aa5977170ea00a (diff)
downloadaur-934fe2bae77fffc51460f612a0ee7399bd334951.tar.gz
upkg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07f767a2255a..ba3971ac74bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 13 08:04:36 UTC 2016
+# Mon Aug 8 05:49:13 UTC 2016
pkgbase = osc
pkgdesc = Command line client for the openSUSE Build Service
- pkgver = 0.154.0
+ pkgver = 0.155.0
pkgrel = 1
url = https://github.com/openSUSE/osc
arch = any
@@ -19,9 +19,9 @@ pkgbase = osc
conflicts = zsh-completion-osc
replaces = osc-bash-completion
replaces = zsh-completion-osc
- source = https://github.com/openSUSE/osc/archive/0.154.0.tar.gz
+ source = https://github.com/openSUSE/osc/archive/0.155.0.tar.gz
source = _osc
- sha256sums = 88daae5b94354e9bcab03523aa7e3d270f69ffeaef8e4a1493bce19757d4699d
+ sha256sums = c18e051981ab115e346760d2fa5331dc0dd6ab3653252c7bb968bddba9bd093e
sha256sums = 2b045e03d2fdce12683ceb9792d491a32f00b256045456412e7bc18c8726218a
pkgname = osc
diff --git a/PKGBUILD b/PKGBUILD
index 5baad7a08319..238e6a0358d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor : Patrick McCarty <pnorcks at gmail dot com>
pkgname=osc
-pkgver=0.154.0
+pkgver=0.155.0
pkgrel=1
pkgdesc="Command line client for the openSUSE Build Service"
arch=(any)
@@ -24,7 +24,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=('88daae5b94354e9bcab03523aa7e3d270f69ffeaef8e4a1493bce19757d4699d'
+sha256sums=('c18e051981ab115e346760d2fa5331dc0dd6ab3653252c7bb968bddba9bd093e'
'2b045e03d2fdce12683ceb9792d491a32f00b256045456412e7bc18c8726218a')
prepare() {