[arch-commits] Commit in haskell-blaze-html/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Oct 20 08:35:00 UTC 2019
Date: Sunday, October 20, 2019 @ 08:35:00
Author: felixonmars
Revision: 517664
upgpkg: haskell-blaze-html 0.9.1.2-1
rebuild with blaze-html 0.9.1.2
Modified:
haskell-blaze-html/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-20 08:17:08 UTC (rev 517663)
+++ PKGBUILD 2019-10-20 08:35:00 UTC (rev 517664)
@@ -3,8 +3,8 @@
_hkgname=blaze-html
pkgname=haskell-blaze-html
-pkgver=0.9.1.1
-pkgrel=34
+pkgver=0.9.1.2
+pkgrel=1
pkgdesc="A blazingly fast HTML combinator library for Haskell"
url="https://jaspervdj.be/blaze"
license=("BSD")
@@ -13,13 +13,8 @@
makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework'
'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('02daa67d0aa7239e37a04fe52e96114ca2d1a837771aa56d5a02d93e0d261f8ed276cd4da2436c98bbfa2f2a552cd67f0b3c58dbfed2fa99350299b512e8ffaa')
+sha512sums=('26e5294285033fa453ab9914a5bdb37c42f5b7c3a10400be1ff6dd125a70499d556c106cc8128154dc0c455c8b80b489a883265fcb626e2d4afcd8e4d94374bc')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i -e 's/< *0.6/<1/' -e 's/< *2.12/<3/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list