summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-09-06 17:14:07 +0300
committerDimitris Kiziridis2020-09-06 17:14:07 +0300
commitb20075e0cbede90c641a918f97cb1d23265717ef (patch)
tree39c6d4876271b99eae75d1e294c2f207602f46eb
parent86417cb8d541d33f7a6825699b7b54f89d54708a (diff)
downloadaur-b20075e0cbede90c641a918f97cb1d23265717ef.tar.gz
Update to 2.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 099a6b133b35..1f944957ac09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = riotkit-do
pkgdesc = Task executor - balance between Makefile and Gradle. Written in Python. Powerful tool for every DevOps. Automates production tasks as well as local development tasks
- pkgver = 1.1
+ pkgver = 2.1.5
pkgrel = 1
url = https://github.com/riotkit-org/riotkit-do
arch = any
@@ -11,8 +11,8 @@ pkgbase = riotkit-do
depends = python-jinja
depends = python-dotenv
depends = python-tabulate
- source = riotkit-do-1.1.tar.gz::https://github.com/riotkit-org/riotkit-do/archive/v1.1.tar.gz
- sha256sums = 67f9061f168fa4a8d878633e11f9d44b590fce887bc0a6922e88894ac6a73fb2
+ source = riotkit-do-2.1.5.tar.gz::https://github.com/riotkit-org/riotkit-do/archive/v2.1.5.tar.gz
+ sha256sums = 94f051b39a173b87ffbbd4da9544df6ff05bd45e65c194cbe7c77f9e4ece128d
pkgname = riotkit-do
diff --git a/PKGBUILD b/PKGBUILD
index f018ae5ac165..4a138c3335df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=riotkit-do
-pkgver=1.1
+pkgver=2.1.5
pkgrel=1
pkgdesc='Task executor - balance between Makefile and Gradle. Written in Python. Powerful tool for every DevOps. Automates production tasks as well as local development tasks'
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-yaml'
'python-tabulate')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/riotkit-org/riotkit-do/archive/v${pkgver}.tar.gz")
-sha256sums=('67f9061f168fa4a8d878633e11f9d44b590fce887bc0a6922e88894ac6a73fb2')
+sha256sums=('94f051b39a173b87ffbbd4da9544df6ff05bd45e65c194cbe7c77f9e4ece128d')
prepare() {
cd "${pkgname}-${pkgver}"