From 3b5eb8f175c0c4079419afda63824fd23ccb2d53 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 5 Aug 2022 15:12:21 +0200 Subject: [PATCH] configobj: bump pkgrel --- python-configobj/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-configobj/PKGBUILD b/python-configobj/PKGBUILD index e671f35b..487c776f 100644 --- a/python-configobj/PKGBUILD +++ b/python-configobj/PKGBUILD @@ -4,7 +4,7 @@ _realname=configobj pkgbase="python-${_realname}" pkgname=("python-${_realname}") pkgver=5.0.6 -pkgrel=4 +pkgrel=5 pkgdesc="Simple but powerful config file reader and writer for Python" arch=('any') license=('spdx:BSD-3-Clause')