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

Felix Yan felixonmars at archlinux.org
Mon Mar 30 20:06:38 UTC 2020


    Date: Monday, March 30, 2020 @ 20:06:38
  Author: felixonmars
Revision: 607141

upgpkg: haskell-doctest 0.16.3-1: rebuild with doctest 0.16.3

Modified:
  haskell-doctest/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-30 19:46:20 UTC (rev 607140)
+++ PKGBUILD	2020-03-30 20:06:38 UTC (rev 607141)
@@ -3,8 +3,8 @@
 
 _hkgname=doctest
 pkgname=haskell-doctest
-pkgver=0.16.2
-pkgrel=6
+pkgver=0.16.3
+pkgrel=1
 pkgdesc="Test interactive Haskell examples"
 url="https://github.com/sol/doctest"
 license=("MIT")
@@ -11,10 +11,10 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-compat' 'haskell-ghc' 'haskell-syb' 'haskell-code-page'
          'haskell-ghc-paths')
-makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-quickcheck' 'haskell-stringbuilder'
-             'haskell-silently' 'haskell-setenv' 'haskell-mockery')
+makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck'
+             'haskell-stringbuilder' 'haskell-silently' 'haskell-setenv' 'haskell-mockery')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0708de8ffaac635b13c02e46eddd202d2b4a01438c512d6e7d73b3b474bde9fc761ee4d268f2606e453109f8810dd56d8421ce80026622cfbe7ca4bf539310c5')
+sha512sums=('c5fa7c5c49bdc1bda86a259177538fa573627772dcfa18dcb19a5c905eceeb4a086705bf40ea6f330df5273584068ba154ed664a124f8ec704c9926b86564ba1')
 
 prepare() {
     # Add -dynamic flag



More information about the arch-commits mailing list