summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardar2022-01-20 19:28:35 +0000
committergardar2022-01-20 19:28:35 +0000
commit5a4b531e05d86c5c1d19c670dfd8485c06c91aae (patch)
treebab7e3e2d5fc489fc526e74ec182b9180f893e8b
parenta9990b3e57be07a009ee45af692ffa575f25f5ab (diff)
downloadaur-5a4b531e05d86c5c1d19c670dfd8485c06c91aae.tar.gz
Fix pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 704f304e671b..8a88d757c0dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = molecule-containers
pkgdesc = Molecule Container-agnostic Driver Plugin
pkgver = 1.0.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ansible-community/molecule-containers
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2e72680c5c98..fe1dcb37f70c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=molecule-containers
pkgver=1.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="Molecule Container-agnostic Driver Plugin"
arch=('any')
url="https://github.com/ansible-community/molecule-containers"