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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 16:43:16 UTC 2020


    Date: Wednesday, February 26, 2020 @ 16:43:15
  Author: felixonmars
Revision: 583015

upgpkg: haskell-rebase 1.5-1: rebuild with selective 0.4, rebase 1.5, rerebase 1.5

Modified:
  haskell-rebase/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 16:41:13 UTC (rev 583014)
+++ PKGBUILD	2020-02-26 16:43:15 UTC (rev 583015)
@@ -3,24 +3,23 @@
 
 _hkgname=rebase
 pkgname=haskell-rebase
-pkgver=1.4.1
-pkgrel=28
+pkgver=1.5
+pkgrel=1
 pkgdesc='A more progressive alternative to the "base" package'
 url="https://github.com/nikita-volkov/rebase"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bifunctors' 'haskell-contravariant'
-         'haskell-contravariant-extras' 'haskell-comonad' 'haskell-dlist' 'haskell-either'
-         'haskell-hashable' 'haskell-profunctors' 'haskell-scientific' 'haskell-selective'
-         'haskell-semigroupoids' 'haskell-unordered-containers' 'haskell-uuid' 'haskell-vector'
-         'haskell-void')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-contravariant' 'haskell-contravariant-extras'
+         'haskell-comonad' 'haskell-dlist' 'haskell-either' 'haskell-hashable'
+         'haskell-profunctors' 'haskell-scientific' 'haskell-selective' 'haskell-semigroupoids'
+         'haskell-unordered-containers' 'haskell-uuid' 'haskell-vector' 'haskell-void')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('70bb6513e6ea6a1cd3adf077fe454cf4f1a3b220224fc76e3d63050f17c22cc2d218efa8803f269a3605cb0b95e7ea11b3e8b55ec80cd7fb2db4dbf330739a18')
+sha512sums=('9ee8223ec63d3781dbdf2b2a79520c13d8ee39fe29332f35b230fb2b1b8b534e74b89cda078db85b4ab349baad4d1b01e28fe93948453394b642c85811287eee')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -e '/fail/d' -e '/semigroups/d' -i $_hkgname.cabal
+    sed -e 's/>=1.3/>=1/' -e '/semigroups/d' -i $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list