summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gribov2022-06-08 19:40:17 +0300
committerKonstantin Gribov2022-06-08 19:40:17 +0300
commit3ef86c6e60db455e6e02a1cd882811aa6d1f9572 (patch)
treef2d4d68ee326756948e3b20929723b9e340f8c93
parent763cbada7a646850a35a5a03cb79bd7ffc4a234e (diff)
downloadaur-3ef86c6e60db455e6e02a1cd882811aa6d1f9572.tar.gz
fix: Bump pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0a583088f77..af97d6711d12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jib
pkgdesc = Utility for reproducable builds of OCI or Docker container images
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GoogleContainerTools/jib
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index be972d3ff52e..4dd70fb3cbe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jib
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc='Utility for reproducable builds of OCI or Docker container images'
arch=('any')
url="https://github.com/GoogleContainerTools/${pkgname}"