From 9069b8024583fd46f72ad263cda9a5cc95e08141 Mon Sep 17 00:00:00 2001 From: Felix Yan <felixonmars@archlinux.org> Date: Mon, 10 Mar 2025 18:57:10 +0800 Subject: [PATCH] upgpkg: 0.3.1-207: rebuild with test-framework-quickcheck2 0.3.0.6 --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 30be9bf..e6ae83a 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 = 206 + pkgrel = 207 url = https://github.com/sol/logging-facade arch = x86_64 license = MIT diff --git a/PKGBUILD b/PKGBUILD index 9f220f6..ef3cc56 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _hkgname=logging-facade pkgname=haskell-logging-facade pkgver=0.3.1 -pkgrel=206 +pkgrel=207 pkgdesc="Simple logging abstraction that allows multiple back-ends" url="https://github.com/sol/logging-facade" license=("MIT") -- GitLab