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

Felix Yan felixonmars at archlinux.org
Sat May 23 02:37:36 UTC 2020


    Date: Saturday, May 23, 2020 @ 02:37:36
  Author: felixonmars
Revision: 631772

upgpkg: haskell-tasty 1.3.1-1: rebuild with tasty 1.3.1

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 02:32:41 UTC (rev 631771)
+++ PKGBUILD	2020-05-23 02:37:36 UTC (rev 631772)
@@ -3,8 +3,8 @@
 
 _hkgname=tasty
 pkgname=haskell-tasty
-pkgver=1.3
-pkgrel=3
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty"
 license=("MIT")
@@ -14,7 +14,7 @@
          'haskell-wcwidth')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('648d4a34486b7d4c7f9e9bc0b6ace975fe9cf2783a5b5daafdaa447886014d0e439be43601b210a7b577381e02ae69340eaf99f04670fd6c078d363e7d23f5de')
+sha512sums=('ed6e79f16a2c9e2fb7e82dce09b2ecb293b96bb42337d5cd8a15e822d3e35400842998ebda9b416c267d14f20a6e13c769a70ff22a58f7da5db3aa11e83411b2')
 
 build() {
     cd $_hkgname-$pkgver
@@ -23,7 +23,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fclock
-    runhaskell Setup build
+    runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh



More information about the arch-commits mailing list