[arch-commits] Commit in haskell-fclabels/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 23 01:50:47 UTC 2020
Date: Saturday, May 23, 2020 @ 01:50:44
Author: felixonmars
Revision: 631742
upgpkg: haskell-fclabels 2.0.5-1: rebuild with fclabels 2.0.5
Modified:
haskell-fclabels/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-23 01:50:21 UTC (rev 631741)
+++ PKGBUILD 2020-05-23 01:50:44 UTC (rev 631742)
@@ -3,8 +3,8 @@
_hkgname=fclabels
pkgname=haskell-fclabels
-pkgver=2.0.4
-pkgrel=14
+pkgver=2.0.5
+pkgrel=1
pkgdesc="First class accessor labels implemented as lenses."
url="https://github.com/sebastiaanvisser/fclabels"
license=("BSD")
@@ -11,17 +11,9 @@
arch=('x86_64')
depends=('ghc-libs' 'haskell-base-orphans')
makedepends=('ghc' 'haskell-hunit')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
- fclabels-template-haskell-2.16.patch::https://github.com/sebastiaanvisser/fclabels/pull/41.patch)
-sha512sums=('bd1a292f5870046d58dfcbf65497e018f3b4e3b98aef263b2d81a8e02ff89b74e647db6bef141e9c898209d9a91d44e4098da156d8ebc470553c82a21b5d36a4'
- 'b861939d19bbcb895eef3e38bdf5e1faa47163a4626964f8096010cd3863c8722bda3e444e57059368a80f0395189b147f87b98fc3ffd8711b63313e38e01547')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('f6cc731d68cdf1e5867340a0b73385492008c2729a144dc685136ee6bf80ee0d0e07ddb80f83a18e6a1989d7f8a8755211aadcc92debffd5fe8c178a834021e4')
-prepare() {
- cd $_hkgname-$pkgver
- patch -p1 -i ../fclabels-template-haskell-2.16.patch
- sed -i 's/< *4.14/<5/;s/< *2.16/<3/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list