summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2022-10-19 16:04:36 -0400
committerLiam Timms2022-10-19 16:04:36 -0400
commitced363e2c10dfa5d2d5acd15adc3c7cf0749d78f (patch)
tree75d3fcd47e8154f5dcd7b3040f743a461e217d54
parent6793cc7bdf75e2910ac225b0f3ae52ae233ca6c6 (diff)
downloadaur-python-ci-info.tar.gz
version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81973615d0c0..42c28fc61278 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-ci-info
pkgdesc = A Python implementation of watson/ci-info. Data on Continuous Integration environment.
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/mgxd/ci-info
arch = any
license = MIT
depends = python-pytest
- source = ci-info-0.2.0.tar.gz::https://github.com/mgxd/ci-info/archive/0.2.0.tar.gz
- md5sums = 6c0f263aaff41772d3fe8c4236c3dd91
+ source = ci-info-0.3.0.tar.gz::https://github.com/mgxd/ci-info/archive/0.3.0.tar.gz
+ md5sums = 8f7a197c94f02cdc2ac0054425cf4290
pkgname = python-ci-info
-
diff --git a/PKGBUILD b/PKGBUILD
index ef8f26d3e196..54428d114573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Liam Timms <timms5000@gmail.com>
pkgname=python-ci-info
_name=${pkgname#python-}
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="A Python implementation of watson/ci-info. Data on Continuous Integration environment."
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-pytest')
makedepends=()
optdepends=()
source=("${_name}-${pkgver}.tar.gz::https://github.com/mgxd/${_name}/archive/${pkgver}.tar.gz")
-md5sums=('6c0f263aaff41772d3fe8c4236c3dd91')
+md5sums=('8f7a197c94f02cdc2ac0054425cf4290')
build() {
cd "$srcdir/$_name-$pkgver"