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

Felix Yan felixonmars at gemini.archlinux.org
Sat Sep 25 13:09:22 UTC 2021


    Date: Saturday, September 25, 2021 @ 13:09:22
  Author: felixonmars
Revision: 1025177

upgpkg: haskell-tasty-silver 3.3-1: rebuild with tasty-silver 3.3

Modified:
  haskell-tasty-silver/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-25 12:35:45 UTC (rev 1025176)
+++ PKGBUILD	2021-09-25 13:09:22 UTC (rev 1025177)
@@ -2,18 +2,18 @@
 
 _hkgname=tasty-silver
 pkgname=haskell-tasty-silver
-pkgver=3.2.3
-pkgrel=6
+pkgver=3.3
+pkgrel=1
 pkgdesc="A fancy test runner, including support for golden tests"
 url="https://github.com/phile314/tasty-silver"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-optparse-applicative'
-         'haskell-process-extras' 'haskell-regex-tdfa' 'haskell-tagged' 'haskell-tasty'
-         'haskell-temporary')
-makedepends=('ghc' 'haskell-silently' 'haskell-tasty-hunit')
+         'haskell-process-extras' 'haskell-regex-tdfa' 'haskell-silently' 'haskell-tagged'
+         'haskell-tasty' 'haskell-temporary')
+makedepends=('ghc' 'haskell-tasty-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('4da67ef3fe52748bd4f565077716cc490f6caf203f28bcb0a8a366b57473d7fa179f3b4816140b8c8625915ceb123dbd1632d0ea1a3545cd7b20bce5ba88b63f')
+sha512sums=('1bfd428bdaabd14f918d1cbd7291707575f50528327319be970529fc624deca76685bb44bc263c7df682e04ecf4732fbc44835510c004bc1c7f20f3fdb788ce6')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list