From d04bdbe6670c58b3ecf24779d1acebe0b2c7f5b7 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 14 Sep 2023 19:17:58 +0200 Subject: [PATCH] bash: rebuild --- bash/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/PKGBUILD b/bash/PKGBUILD index d37611468bc..3e00a3d3b61 100644 --- a/bash/PKGBUILD +++ b/bash/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('bash' 'bash-devel') _basever=5.2 _patchlevel=015 #prepare for some patches pkgver=${_basever}.${_patchlevel} -pkgrel=1 +pkgrel=2 pkgdesc="The GNU Bourne Again shell" arch=('i686' 'x86_64') license=('GPL')