From f27385bd8d85c6e303ff669c6853690bbb1ff0f1 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 8 Jan 2022 19:20:22 +0100 Subject: [PATCH] texinfo: bump pkgrel --- texinfo/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texinfo/PKGBUILD b/texinfo/PKGBUILD index a145d064..e6967555 100644 --- a/texinfo/PKGBUILD +++ b/texinfo/PKGBUILD @@ -2,7 +2,7 @@ pkgname=('texinfo' 'info' 'texinfo-tex') pkgver=6.8 -pkgrel=2 +pkgrel=3 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file" arch=('i686' 'x86_64') url="https://www.gnu.org/software/texinfo/"