summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2023-05-04 02:44:38 +0300
committerBjörn Bidar2023-05-04 02:44:38 +0300
commit26676743ffe24f242292ab69e2e92d25739f5440 (patch)
tree48f30c8dd106c14ee38363fa3b7e4473171547b2
parent6da354653735bf705517b9c77807dafd1a3e340e (diff)
downloadaur-26676743ffe24f242292ab69e2e92d25739f5440.tar.gz
Fix up last commit
Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bef3f353737..83c6a4b41ce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osc
pkgdesc = Command line client for the openSUSE Build Service
- pkgver = 1.1.0
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/openSUSE/osc
arch = any
@@ -19,7 +19,7 @@ pkgbase = osc
conflicts = zsh-completion-osc
replaces = osc-bash-completion
replaces = zsh-completion-osc
- source = https://github.com/openSUSE/osc/archive/1.1.0.tar.gz
+ source = https://github.com/openSUSE/osc/archive/1.1.2.tar.gz
source = _osc
source = 0001-Add-sb2install-support-to-osc.patch
source = 0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch
diff --git a/PKGBUILD b/PKGBUILD
index 11ca4b5f52bb..c96300c0e278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor : Patrick McCarty <pnorcks at gmail dot com>
pkgname=osc
-pkgver=1.1.0
+pkgver=1.1.2
pkgrel=1
pkgdesc="Command line client for the openSUSE Build Service"
arch=(any)