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

Felix Yan felixonmars at archlinux.org
Fri Oct 23 09:14:45 UTC 2020


    Date: Friday, October 23, 2020 @ 09:14:44
  Author: felixonmars
Revision: 730635

upgpkg: darcs 2.16.3-1

Modified:
  darcs/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-23 08:41:12 UTC (rev 730634)
+++ PKGBUILD	2020-10-23 09:14:44 UTC (rev 730635)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=darcs
-pkgver=2.16.2
-pkgrel=32
+pkgver=2.16.3
+pkgrel=1
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net"
 license=("GPL")
@@ -12,19 +12,18 @@
          '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-sandi' 'haskell-regex-applicative' 'haskell-regex-compat-tdfa'
+         'haskell-old-time' 'haskell-regex-applicative' 'haskell-regex-compat-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'
-             'haskell-quickcheck' 'haskell-split' 'haskell-test-framework'
-             'haskell-test-framework-hunit' 'haskell-test-framework-leancheck'
-             'haskell-test-framework-quickcheck2'
+             'haskell-quickcheck' 'haskell-test-framework' 'haskell-test-framework-hunit'
+             'haskell-test-framework-leancheck' 'haskell-test-framework-quickcheck2'
              # Added for their bundled shelly
              'haskell-exceptions' 'haskell-monad-control' 'haskell-system-filepath'
              'haskell-system-fileio' 'haskell-transformers-base')
 checkdepends=('bc' 'time')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ee43e570227a5f462e064b71323755d1179809c24ff83a904aefa32494c4655b41b4b3291411b5abc1e1e75be894cde6070aa072b51905ddf8fc2934973b25cb')
+sha512sums=('267787c5b3111a20158858b42a8b9c2698b80dc40f7d340175e26d74b955643cefffc2f4de9811fa26464eac2e79913150fb3cd73871275725d10a690b9d73c3')
 
 prepare() {
     cd $pkgname-$pkgver
@@ -32,9 +31,6 @@
         -e 's/ ghc / ghc -dynamic /' \
         -i tests/*.sh tests/lib
     uusi $pkgname.cabal
-
-    # Odd issue...
-    sed -i "s|PACKAGE_VERSION|\"$pkgver\"|" src/hscurl.c
 }
 
 build() {



More information about the arch-commits mailing list