From f4c67ba822815514bf080c7b819a549089a40746 Mon Sep 17 00:00:00 2001 From: Micyp Date: Mon, 25 Oct 2021 23:19:40 +0200 Subject: [PATCH] Raised pkgrel to 6 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 8f4c61a..14e3f59 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Fabian pkgname=bashlib-dev pkgver=1.0 -pkgrel=5 +pkgrel=6 pkgdesc="Libraries for bash scripts" arch=('any') url="https://git.ldsoft.dev/ldSoft-Public/bashlib"