From b60e3b5c2b84940deddbc3a4f2cd8b62063dea9e Mon Sep 17 00:00:00 2001 From: Felix Yan <felixonmars@archlinux.org> Date: Thu, 6 Mar 2025 01:08:33 +0800 Subject: [PATCH] upgpkg: 0.3.1-202: rebuild with os-string 2.0.7 --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fb9e990..aa5277c 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 = 201 + pkgrel = 202 url = https://github.com/sol/logging-facade arch = x86_64 license = MIT diff --git a/PKGBUILD b/PKGBUILD index 6dbfdea..95a3536 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _hkgname=logging-facade pkgname=haskell-logging-facade pkgver=0.3.1 -pkgrel=201 +pkgrel=202 pkgdesc="Simple logging abstraction that allows multiple back-ends" url="https://github.com/sol/logging-facade" license=("MIT") -- GitLab