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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 22 19:36:25 UTC 2022


    Date: Tuesday, March 22, 2022 @ 19:36:25
  Author: felixonmars
Revision: 1170481

upgpkg: darcs 2.16.5-1

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 19:31:56 UTC (rev 1170480)
+++ PKGBUILD	2022-03-22 19:36:25 UTC (rev 1170481)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=darcs
-pkgver=2.16.4
-pkgrel=154
+pkgver=2.16.5
+pkgrel=1
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net"
 license=("GPL")
@@ -12,7 +12,7 @@
          'haskell-conduit' 'haskell-constraints' 'haskell-cryptonite' 'haskell-data-ordlist'
          'haskell-fgl' 'haskell-hashable' 'haskell-html' 'haskell-http-conduit' 'haskell-http-types'
          'haskell-knob' 'haskell-memory' 'haskell-mmap' 'haskell-network' 'haskell-network-uri'
-         'haskell-old-time' 'haskell-regex-applicative' 'haskell-regex-compat-tdfa'
+         'haskell-old-time' 'haskell-regex-applicative' 'haskell-regex-base' 'haskell-regex-tdfa'
          'haskell-tar' 'haskell-temporary' 'haskell-unix-compat' 'haskell-utf8-string'
          'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
 makedepends=('ghc' 'uusi' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 'haskell-leancheck'
@@ -23,7 +23,7 @@
              'haskell-system-fileio' 'haskell-transformers-base')
 checkdepends=('bc' 'time')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0f9a924d68416b660b86fd076d4f47915aba0e4a58bd92609e0f05f45913d6251109f3c477e20e0a517ca5fd35735b638690a8a0f7010a52e324c5a21a540a2a')
+sha512sums=('9116043943315417ff314197f6a143435b5545f614c6e6210c3645987a68c69c31f53f823ee5269cb663ccba393f8caf1834120783f15128e43b132c731a0edb')
 
 prepare() {
     cd $pkgname-$pkgver
@@ -30,8 +30,7 @@
     sed -e 's/^ghc /ghc -dynamic /' \
         -e 's/ ghc / ghc -dynamic /' \
         -i tests/*.sh tests/lib
-    uusi $pkgname.cabal
-    sed -i 's/canonizeSplit/(\\x y -> canonizeSplit x y)/' src/Darcs/UI/SelectChanges.hs
+    uusi -u attoparsec -u constraints -u cryptonite -u hashable -u memory $pkgname.cabal
 }
 
 build() {
@@ -51,8 +50,7 @@
 
 check() {
     cd $pkgname-$pkgver
-    # Test failures are related to process-1.6.13
-    runhaskell Setup test --show-details=direct || echo "Tests failed"
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list