[arch-commits] Commit in haskell-tasty-golden/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Jan 15 14:17:06 UTC 2022
Date: Saturday, January 15, 2022 @ 14:17:06
Author: felixonmars
Revision: 1104180
upgpkg: haskell-tasty-golden 2.3.5-1: rebuild with tasty-golden 2.3.5
Modified:
haskell-tasty-golden/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-15 14:15:19 UTC (rev 1104179)
+++ PKGBUILD 2022-01-15 14:17:06 UTC (rev 1104180)
@@ -3,17 +3,17 @@
_hkgname=tasty-golden
pkgname=haskell-tasty-golden
-pkgver=2.3.4
-pkgrel=121
+pkgver=2.3.5
+pkgrel=1
pkgdesc="Golden tests support for tasty"
url="https://github.com/feuerbach/tasty-golden"
license=("MIT")
arch=('x86_64')
depends=('ghc-libs' "haskell-tasty" "haskell-optparse-applicative" "haskell-temporary"
- "haskell-tagged" "haskell-async" 'haskell-unix-compat')
+ "haskell-tagged" "haskell-async" 'haskell-typed-process')
makedepends=('ghc' 'haskell-tasty-hunit')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('fbc309cf7951a348f172c7cb115ef53d6cda77d47793ebbf9fbfd697187dc8773e6283d705162ce0beb877887136f34db315de0e8d48eff5f872acce32ebf516')
+sha512sums=('e98935654b0df84a5bbfe36d772c0895b4bb50a6fcc30d305261c3845f7c8a5ab0c0d2297157809cb61fd230d567dadcd763b953d79d9fadeb8e6edb9af5980f')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list