[arch-commits] Commit in haskell-bifunctors/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jul 8 20:29:44 UTC 2018
Date: Sunday, July 8, 2018 @ 20:29:44
Author: felixonmars
Revision: 355270
upgpkg: haskell-bifunctors 5.5.3-1
rebuild with bifunctors 5.5.3
Modified:
haskell-bifunctors/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-08 20:27:07 UTC (rev 355269)
+++ PKGBUILD 2018-07-08 20:29:44 UTC (rev 355270)
@@ -4,25 +4,18 @@
_hkgname=bifunctors
pkgname=haskell-bifunctors
-pkgver=5.5.2
-pkgrel=27
+pkgver=5.5.3
+pkgrel=1
pkgdesc="Bifunctors"
url="https://github.com/ekmett/bifunctors/"
license=("custom:BSD3")
arch=('x86_64')
depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-tagged'
- 'haskell-th-abstraction' 'haskell-transformers-compat')
+ 'haskell-th-abstraction')
makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1e9eee61a25b6e0dafb3de200dfbc11b6b82a9691065aa8bfa4ad8a04e040cd395220724f209f0adca018fdc6d0b3fad7232c2f490a9a6e51c6181c0802a9de2')
+sha512sums=('4996c9afa60bd6c1de872ac7be09135a972f9c3075987834fa50bfba90111257ef51268b4b206a8652b3e68b231f94723e6e6f47eb44b457820cfe9b8ea82404')
-prepare() {
- cd $_hkgname-$pkgver
- sed -e 's/<.*2.13/<3/' \
- -e 's/<.*0.6/<1/' \
- -i $_hkgname.cabal
-}
-
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list