[arch-commits] Commit in dhall/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Dec 16 17:05:04 UTC 2020
Date: Wednesday, December 16, 2020 @ 17:05:03
Author: felixonmars
Revision: 776802
upgpkg: dhall 1.36.0-28: rebuild with text-manipulate 0.3.0.0
Modified:
dhall/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-16 16:59:11 UTC (rev 776801)
+++ PKGBUILD 2020-12-16 17:05:03 UTC (rev 776802)
@@ -2,7 +2,7 @@
pkgname=dhall
pkgver=1.36.0
-pkgrel=27
+pkgrel=28
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,10 @@
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('842f3cf9b11187cf617259f2df2e513cfbfc472f5c304073b5956a7330033e246e31e9c84d57a7bc3e290238be48a639b0023da72ddb129c7d4566920e322257')
+prepare() {
+ uusi -u text-manipulate $pkgname-$pkgver/$pkgname.cabal
+}
+
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list