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

Felix Yan felixonmars at gemini.archlinux.org
Sun Apr 3 00:51:03 UTC 2022


    Date: Sunday, April 3, 2022 @ 00:51:02
  Author: felixonmars
Revision: 1180900

upgpkg: haskell-base64 0.4.2.4-1: rebuild with base64 0.4.2.4

Modified:
  haskell-base64/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 00:48:34 UTC (rev 1180899)
+++ PKGBUILD	2022-04-03 00:51:02 UTC (rev 1180900)
@@ -2,8 +2,8 @@
 
 _hkgname=base64
 pkgname=haskell-base64
-pkgver=0.4.2.3
-pkgrel=22
+pkgver=0.4.2.4
+pkgrel=1
 pkgdesc="A modern RFC 4648-compliant Base64 library"
 url="https://github.com/emilypi/base64"
 license=("BSD")
@@ -13,13 +13,8 @@
              'haskell-random-bytestring' 'haskell-tasty' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('bcbf21179841fbf657772792bef453773e01ea8229ed42a7422fcb073bd7b8c1')
+sha256sums=('640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -u deepseq -d ghc-byteorder $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 
@@ -38,7 +33,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test || echo "Tests failed"
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list