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

Felix Yan felixonmars at archlinux.org
Sat Feb 1 19:14:54 UTC 2020


    Date: Saturday, February 1, 2020 @ 19:14:53
  Author: felixonmars
Revision: 561102

upgpkg: haskell-fclabels 2.0.4-1: rebuild with fclabels 2.0.4

Modified:
  haskell-fclabels/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-01 19:12:34 UTC (rev 561101)
+++ PKGBUILD	2020-02-01 19:14:53 UTC (rev 561102)
@@ -3,22 +3,17 @@
 
 _hkgname=fclabels
 pkgname=haskell-fclabels
-pkgver=2.0.3.3
-pkgrel=20
+pkgver=2.0.4
+pkgrel=1
 pkgdesc="First class accessor labels implemented as lenses."
 url="https://github.com/sebastiaanvisser/fclabels"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-hunit')
+makedepends=('ghc' 'haskell-base-orphans' 'haskell-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0c0f7ed886b65a80aea4e19b5763d7b91ce948b63f86d507ecf0b6874716a190752e0806957c71e0ed0ed97422ba3d09a2be0c82588c8dabfd647474c1a33cff')
+sha512sums=('bd1a292f5870046d58dfcbf65497e018f3b4e3b98aef263b2d81a8e02ff89b74e647db6bef141e9c898209d9a91d44e4098da156d8ebc470553c82a21b5d36a4')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -e 's/< *4.12/<5/' -e 's/< *2.14/<3/' -i $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list