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

Felix Yan felixonmars at archlinux.org
Wed Feb 10 22:36:58 UTC 2021


    Date: Wednesday, February 10, 2021 @ 22:36:58
  Author: felixonmars
Revision: 854451

upgpkg: haskell-hspec-meta 2.7.8-1: rebuild with hspec-meta 2.7.8

Modified:
  haskell-hspec-meta/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-10 22:28:39 UTC (rev 854450)
+++ PKGBUILD	2021-02-10 22:36:58 UTC (rev 854451)
@@ -2,19 +2,23 @@
 
 _hkgname=hspec-meta
 pkgname=haskell-hspec-meta
-pkgver=2.6.0
-pkgrel=244
+pkgver=2.7.8
+pkgrel=1
 pkgdesc="A version of Hspec which is used to test Hspec itself"
 url="http://hspec.github.io/"
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-expectations' 'haskell-hunit'
-         'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io' 'haskell-ansi-terminal'
-         'haskell-clock' 'haskell-call-stack')
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io'
+         'haskell-ansi-terminal' 'haskell-clock' 'haskell-call-stack')
+makedepends=('ghc' 'uusi')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c35d09f84c093ab5fe7ae31cf004d485cf6d15a06ee7c98270d3f5c471da6e0c9a71c8ec6ca0aa87e7454c9470b218c24538270711677003dc63d316fb23dce9')
+sha512sums=('f3a6dc3159090b505b67eb9a852b7a56ef19985984e7326ffc7812af56d87c9418d5ad69e181bf777cdee39c146575a5fec2174dd94c2a3926a15ebcb45f22d0')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    gen-setup
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list