[arch-commits] Commit in haskell-tasty-checklist/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Aug 14 21:08:28 UTC 2021


    Date: Saturday, August 14, 2021 @ 21:08:28
  Author: felixonmars
Revision: 998557

upgpkg: haskell-tasty-checklist 1.0.3.0-1: rebuild with tasty-checklist 1.0.3.0

Modified:
  haskell-tasty-checklist/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-14 20:21:05 UTC (rev 998556)
+++ PKGBUILD	2021-08-14 21:08:28 UTC (rev 998557)
@@ -2,8 +2,8 @@
 
 _hkgname=tasty-checklist
 pkgname=haskell-tasty-checklist
-pkgver=1.0.2.0
-pkgrel=12
+pkgver=1.0.3.0
+pkgrel=1
 pkgdesc="Check multiple items during a tasty test"
 url="https://github.com/kquick/tasty-checklist"
 license=("custom:ISC")
@@ -12,12 +12,11 @@
 makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-hunit' 'haskell-tasty'
              'haskell-tasty-expected-failure' 'haskell-tasty-hunit')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('98dc3d32f6d13635da70057dd5efb5963a6e826180dc0c0382b447e28cc53b0e1c3fb3bd2376dd4ff4dd6935b759985701a9920e2f3a82591a43708fdd74b47b')
+sha512sums=('a132f75f659a0604c12d723111586064d7e805921d866fb77e357f92d4aa27189155bf5766eb618f1afc7db19e1bc052f941f4b83a60cc8176ceefd7b4630676')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u doctest $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list