summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKamalavelan2024-03-29 11:24:41 +0530
committerKamalavelan2024-03-29 11:24:41 +0530
commitd15c002402c823ff4d927018bd7166575cf296b0 (patch)
treea9ac2339ce7a628f6383cdcf81715e1b331e1d84 /PKGBUILD
parentd87e0304470c28a951ed4d796a72d4f46175d3ad (diff)
downloadaur-d15c002402c823ff4d927018bd7166575cf296b0.tar.gz
Correct relversion to avoid infinite upgrades
Signed-off-by: Kamalavelan <sskamalavelan@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e76e205fd631..00517f644e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=docker-slim-bin
_pkgname=docker-slim
pkgver=1.40.11
-pkgrel=1
+pkgrel=3
pkgdesc="Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)"
arch=('x86_64' 'aarch64')
url="https://github.com/docker-slim/docker-slim"