[arch-commits] Commit in haskell-yesod/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 11 05:41:25 UTC 2020
Date: Tuesday, August 11, 2020 @ 05:41:25
Author: felixonmars
Revision: 674416
upgpkg: haskell-yesod 1.6.1.0-1: rebuild with yesod 1.6.1.0
Modified:
haskell-yesod/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-11 04:57:25 UTC (rev 674415)
+++ PKGBUILD 2020-08-11 05:41:25 UTC (rev 674416)
@@ -3,26 +3,21 @@
_hkgname=yesod
pkgname=haskell-yesod
-pkgver=1.6.0.2
-pkgrel=19
+pkgver=1.6.1.0
+pkgrel=1
pkgdesc="Creation of type-safe, RESTful web applications."
url="http://www.yesodweb.com/"
license=("MIT")
arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 'haskell-data-default-class'
- 'haskell-fast-logger' 'haskell-monad-logger' 'haskell-shakespeare'
+ 'haskell-fast-logger' 'haskell-file-embed' 'haskell-monad-logger' 'haskell-shakespeare'
'haskell-streaming-commons' 'haskell-unordered-containers' 'haskell-wai'
'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 'haskell-yaml'
'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-persistent')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8274e51e48c6cda936b1b1024634ed1235cdeca5e5478fec7f9ca1ff9c995263235d2152290e902151d1c21415140846e0c4a336546b9e1617fae677dfac2cfb')
+sha512sums=('712eed39b64f515cb949186ddb950133cc2daccde6d4a9b0115809e5f4726a957b2809ee785b348971c617b3d173bcd40776b065f5bf1d68b79af12905ada77a')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i '/semigroups/d' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list