summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLiam Timms2022-10-19 16:04:36 -0400
committerLiam Timms2022-10-19 16:04:36 -0400
commitced363e2c10dfa5d2d5acd15adc3c7cf0749d78f (patch)
tree75d3fcd47e8154f5dcd7b3040f743a461e217d54 /PKGBUILD
parent6793cc7bdf75e2910ac225b0f3ae52ae233ca6c6 (diff)
downloadaur-python-ci-info.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"