summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzer0def2020-11-03 07:24:46 +0100
committerzer0def2020-11-03 07:24:46 +0100
commit6d069ee0a97e157f399852496aa2ee864fec7d8a (patch)
tree92249b609df9da3bd9c3bba7f28954e54c3d2bee
parent7224a59c0055e46de0b84fc7a2cf94a8461886bf (diff)
downloadaur-6d069ee0a97e157f399852496aa2ee864fec7d8a.tar.gz
Properly bump release number as part of split
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b14cb3e294f3..7bfca7331765 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kata-containers-guest
pkgdesc = Lightweight virtual machines for containers (guest components)
pkgver = 1.11.4
- pkgrel = 1
+ pkgrel = 3
url = https://katacontainers.io/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 8cfa7548647a..d9d2459686d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(
)
pkgver=1.11.4
_pkgver=${pkgver/\~/-}
-pkgrel=1
+pkgrel=3
pkgdesc="Lightweight virtual machines for containers (guest components)"
arch=('x86_64')
url="https://katacontainers.io/"