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

Felix Yan felixonmars at archlinux.org
Sun Jan 27 08:45:13 UTC 2019


    Date: Sunday, January 27, 2019 @ 08:45:12
  Author: felixonmars
Revision: 428199

upgpkg: darcs 2.14.2-1

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-27 03:18:58 UTC (rev 428198)
+++ PKGBUILD	2019-01-27 08:45:12 UTC (rev 428199)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=darcs
-pkgver=2.14.1
-pkgrel=117
+pkgver=2.14.2
+pkgrel=1
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net"
 license=("GPL2")
@@ -19,15 +19,13 @@
              'haskell-shelly' 'haskell-split' 'haskell-test-framework'
              'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('8daea7bdbe8ed5bc67ef2c44918b431a8fc6b2703068200fba338b9c051b4bafed0a1ec9dcec5a58b1530ce4a4231e3c4ecc00bd509cde9ef95d895719e89346')
+sha512sums=('0fd3aa052da9d74f31835a12e7bb50beeff7beec8b10c72cafef7e97fbac02ae178a8f52bf55f1d79887e19164633c8a19ddda01ff2ba4aa8795ac071903552b')
 
 prepare() {
     cd $pkgname-$pkgver
-    sed -i -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' -e 's/< *5.7/<6/' -e 's/< *2.12/<3/' $pkgname.cabal
     sed -e 's/^ghc /ghc -dynamic /' \
         -e 's/ ghc / ghc -dynamic /' \
         -i tests/*.sh tests/lib
-    sed -i '1i{-# language NoMonadFailDesugaring #-}' src/Darcs/Util/Tree.hs src/Darcs/UI/Commands/Util/Tree.hs harness/Darcs/Test/Patch/Check.hs harness/Darcs/Test/Patch/Arbitrary/PrimV1.hs
 }
 
 build() {



More information about the arch-commits mailing list