summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2021-04-25 16:22:21 +0200
committerJulien Nicoulaud2021-04-25 16:22:21 +0200
commit9c8824ff7fcda2dd60276455e276782d517e92d1 (patch)
treea60cfbc13cced3d6b9d52f3ad7b433002aebf842
parent14a6a19cbe68fd6f321995e2a05c190daec7a6bb (diff)
downloadaur-colin.tar.gz
0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5534e582ae3..dc8a2919aeff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = colin
pkgdesc = Tool to check generic rules/best-practices for containers/images/dockerfiles.
- pkgver = 0.4.0
- pkgrel = 3
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/user-cont/colin
arch = any
license = GPL3
@@ -17,8 +17,8 @@ pkgbase = colin
optdepends = atomic: to use ostree target
optdepends = skopeo: to use ostree target
conflicts = colin-git
- source = https://github.com/user-cont/colin/archive/0.4.0.tar.gz
- sha512sums = 34d830b68eeeb6384c12074202343ae0a1bb12e2a7fd7c869b04075e1e8df941896ac30c66f7fa1ed8482c8bd4c68f64ae920b105181e3f0f7303b5fb645020b
+ source = https://github.com/user-cont/colin/archive/0.5.0.tar.gz
+ sha512sums = 01685bd681bb5482e8a6f284613a0aa303df64eba1b53824dbbc89fe9cd92b8cdd9585ccdac5bb67d023007c572c210c821cd9d5d0a81577c91de3671a15e8a6
pkgname = colin
diff --git a/PKGBUILD b/PKGBUILD
index 53bd0c307846..8aa006c38f0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
pkgname=colin
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.5.0
+pkgrel=1
pkgdesc='Tool to check generic rules/best-practices for containers/images/dockerfiles.'
arch=(any)
url='https://github.com/user-cont/colin'
@@ -19,7 +19,7 @@ optdepends=('podman: for checking image target-type'
makedepends=('python-setuptools')
conflicts=("${pkgname}-git")
source=("https://github.com/user-cont/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('34d830b68eeeb6384c12074202343ae0a1bb12e2a7fd7c869b04075e1e8df941896ac30c66f7fa1ed8482c8bd4c68f64ae920b105181e3f0f7303b5fb645020b')
+sha512sums=('01685bd681bb5482e8a6f284613a0aa303df64eba1b53824dbbc89fe9cd92b8cdd9585ccdac5bb67d023007c572c210c821cd9d5d0a81577c91de3671a15e8a6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"