[arch-commits] Commit in dhall/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Jul 11 02:31:15 UTC 2021
Date: Sunday, July 11, 2021 @ 02:31:14
Author: felixonmars
Revision: 976515
upgpkg: dhall 1.39.0-10: rebuild with generic-random 1.5.0.0
Modified:
dhall/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-11 02:25:45 UTC (rev 976514)
+++ PKGBUILD 2021-07-11 02:31:14 UTC (rev 976515)
@@ -2,7 +2,7 @@
pkgname=dhall
pkgver=1.39.0
-pkgrel=9
+pkgrel=10
pkgdesc='A configuration language guaranteed to terminate'
url='https://dhall-lang.org'
license=('BSD')
@@ -18,7 +18,7 @@
'haskell-text-manipulate' 'haskell-th-lift-instances' 'haskell-transformers-compat'
'haskell-unordered-containers' 'haskell-uri-encode' 'haskell-vector' 'haskell-cryptonite'
'haskell-http-types' 'haskell-http-client' 'haskell-http-client-tls')
-makedepends=('ghc' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 'haskell-quickcheck'
+makedepends=('ghc' 'uusi' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 'haskell-quickcheck'
'haskell-quickcheck-instances' 'haskell-special-values' 'haskell-spoon'
'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit'
'haskell-tasty-quickcheck' 'haskell-tasty-silver' 'haskell-turtle' 'haskell-doctest')
@@ -25,6 +25,11 @@
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('d6a2198e7569623c372ac8cfec00db714cefde683bcb8d8c30acc89c6f536d3dfa7f79f3e61e0080eb0312ca67580d86c079396046e5eb39aea592a93211b52b')
+prepare() {
+ cd $pkgname-$pkgver
+ uusi -u generic-random $pkgname.cabal
+}
+
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list