From ee1b2873b615601e595c4e566135e2c311684042 Mon Sep 17 00:00:00 2001 From: Felix Yan <felixonmars@archlinux.org> Date: Mon, 10 Mar 2025 01:25:32 +0800 Subject: [PATCH] upgpkg: 0.3.1-204: rebuild with regex-base 0.94.0.3 --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 81ddabe..2ebf899 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = haskell-logging-facade pkgdesc = Simple logging abstraction that allows multiple back-ends pkgver = 0.3.1 - pkgrel = 203 + pkgrel = 204 url = https://github.com/sol/logging-facade arch = x86_64 license = MIT diff --git a/PKGBUILD b/PKGBUILD index 390cc5c..906318e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _hkgname=logging-facade pkgname=haskell-logging-facade pkgver=0.3.1 -pkgrel=203 +pkgrel=204 pkgdesc="Simple logging abstraction that allows multiple back-ends" url="https://github.com/sol/logging-facade" license=("MIT") -- GitLab