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

Felix Yan felixonmars at archlinux.org
Sat Mar 27 14:09:41 UTC 2021


    Date: Saturday, March 27, 2021 @ 14:09:41
  Author: felixonmars
Revision: 905303

upgpkg: dhall 1.38.1-1: rebuild with dhall 1.38.1, dhall-json 1.7.6, dhall-lsp-server 1.0.14, dhall-yaml 1.2.6

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-27 13:49:47 UTC (rev 905302)
+++ PKGBUILD	2021-03-27 14:09:41 UTC (rev 905303)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=dhall
-pkgver=1.38.0
-pkgrel=44
+pkgver=1.38.1
+pkgrel=1
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -23,13 +23,13 @@
              'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck' 'haskell-tasty-silver' 'haskell-turtle' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ebb8525053d3d315c8f620d4b0fa760188d918978a991e0457a8f66d75463934e0d99869d52bad3b3f8faa2329843b86512aaf0978fbb5c6e7247efa510e873f')
+sha512sums=('c07d9b88361a58025738d9d51c803c04642acc80c846e5260165a5f73c958e2d19e99ab182a684a079c04c4a9e8b6482008b9872b615a65eca53209dc7d7f4db')
 
 build() {
     cd $pkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgname" --disable-tests \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgname" --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
@@ -40,8 +40,7 @@
 
 check() {
     cd $pkgname-$pkgver
-    # https://github.com/dhall-lang/dhall-haskell/issues/1985
-    #runhaskell Setup test
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list