From 92f2675b0d5fcf123e3755296939170861c0f9dc Mon Sep 17 00:00:00 2001 From: Micyp Date: Tue, 27 Jul 2021 15:40:26 +0200 Subject: [PATCH] Raised pkgrel to 3 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 67418ab..48858a5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Fabian pkgname=bashlib pkgver=1.0 -pkgrel=1 +pkgrel=3 pkgdesc="Libraries for bash scripts" arch=('any') url="https://git.ldsoft.dev/ldSoft-Public/bashlib"