community/docker: rebuild to fix bad signature error

The change made in 660be735bc
is missing a pkgrel increment.
This commit is contained in:
Michał Polański 2024-05-05 12:31:27 +02:00
parent a5f6462438
commit 7e4d69c948

View File

@ -5,7 +5,7 @@ pkgname=docker
pkgver=26.1.1
_cli_commit=4cf5afaefa0bec8ab94fcf631add24e284d0ecbf # https://github.com/docker/cli/commits/v$pkgver
_moby_commit=ac2de55998d4a977bee136e84cd983ec46855670 # https://github.com/moby/moby/commits/v$pkgver
pkgrel=0
pkgrel=1
pkgdesc="Pack, ship and run any application as a lightweight container"
url="https://www.docker.io/"
arch="all"