[arch-commits] Commit in haskell-rebase/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 19 08:23:03 UTC 2018
Date: Saturday, May 19, 2018 @ 08:23:02
Author: felixonmars
Revision: 324455
upgpkg: haskell-rebase 1.2.3-45
rebuild with base-compat,0.10.1 aeson,1.3.1.1
Modified:
haskell-rebase/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-19 08:22:09 UTC (rev 324454)
+++ PKGBUILD 2018-05-19 08:23:02 UTC (rev 324455)
@@ -5,7 +5,7 @@
_hkgname=rebase
pkgname=haskell-rebase
pkgver=1.2.3
-pkgrel=44
+pkgrel=45
pkgdesc='A more progressive alternative to the "base" package'
url="https://github.com/nikita-volkov/rebase"
license=("MIT")
@@ -13,8 +13,8 @@
depends=('ghc-libs' 'haskell-hashable' 'haskell-vector' 'haskell-unordered-containers'
'haskell-scientific' 'haskell-uuid' 'haskell-dlist' 'haskell-void'
'haskell-bifunctors' 'haskell-profunctors' 'haskell-contravariant'
- 'haskell-contravariant-extras' 'haskell-semigroups' 'haskell-semigroupoids'
- 'haskell-either' 'haskell-base-prelude')
+ 'haskell-contravariant-extras' 'haskell-semigroupoids' 'haskell-either'
+ 'haskell-base-prelude')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('c6b94c46e1f1f57d4f344fb4a827e498ecd39a2e24525a3aad6e627e4bea265cfe36c3b686ab2ab16f053ad844adfccebf781314eebaaf6ad00c416dfb60c860')
@@ -21,7 +21,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i '/fail/d' $_hkgname.cabal
+ sed -e '/fail/d' -e '/semigroups/d' -i $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list