summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJonathan Wright2022-04-08 09:56:36 +0100
committerJonathan Wright2022-04-08 09:56:36 +0100
commit43786174722f57711e51fde021058c015ef2c1bc (patch)
tree8e35268771fbb6632737b2dbfe9a66e96c1e18d7 /.SRCINFO
parentb83bdb85591dca3a712dc00773447e463f8515d5 (diff)
downloadaur-43786174722f57711e51fde021058c015ef2c1bc.tar.gz
Removing python-yaml<=6 dependency alltogether
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8f38e80c0b8..78fd9a006aec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-jenkins-job-builder
pkgdesc = Takes simple descriptions of Jenkins jobs in YAML or JSON format and uses them to configure Jenkins
pkgver = 3.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://jenkins-job-builder.readthedocs.io/en/latest/
arch = any
license = APACHE
makedepends = python-setuptools
depends = python-six>=1.9.0
depends = python-yaml>=3.10.0
- depends = python-yaml<=6
depends = python-pbr>=1.8
depends = python-stevedore>=1.17.1
depends = python-python-jenkins>=0.4.15