From 415cf76871a5dd75baedb948966e3c7b9b803963 Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Wed, 24 May 2023 02:19:54 +0300 Subject: [PATCH] [comictagger] python rebuild --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 60dd063..65f47af 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = comictagger pkgdesc = Application for writing metadata to digital comics, written in Python and PyQt pkgver = 1.5.5 - pkgrel = 1 + pkgrel = 2 url = https://github.com/comictagger/comictagger arch = any license = Apache diff --git a/PKGBUILD b/PKGBUILD index 5c2d5f2..72eb2ca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=comictagger pkgver=1.5.5 -pkgrel=1 +pkgrel=2 pkgdesc='Application for writing metadata to digital comics, written in Python and PyQt' arch=(any) url='https://github.com/comictagger/comictagger'