[arch-commits] Commit in haskell-wai-handler-launch/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Sep 6 14:44:03 UTC 2017


    Date: Wednesday, September 6, 2017 @ 14:44:03
  Author: felixonmars
Revision: 256049

upgpkg: haskell-wai-handler-launch 3.0.2.3-1

rebuild with wai-handler-launch,3.0.2.3

Modified:
  haskell-wai-handler-launch/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-06 14:41:30 UTC (rev 256048)
+++ PKGBUILD	2017-09-06 14:44:03 UTC (rev 256049)
@@ -4,10 +4,10 @@
 
 _hkgname=wai-handler-launch
 pkgname=haskell-wai-handler-launch
-pkgver=3.0.2.2
-pkgrel=11
+pkgver=3.0.2.3
+pkgrel=1
 pkgdesc="Launch a web app in the default browser."
-url="http://github.com/yesodweb/wai"
+url="https://github.com/yesodweb/wai"
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-blaze-builder" "haskell-wai" "haskell-warp" "haskell-http-types"
@@ -14,12 +14,8 @@
          "haskell-streaming-commons" "haskell-async")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('9c94c4da533ebcbbd28cf3dfbeb44a5e953dbf73b53cab0179f16931fa102908')
+sha512sums=('a962352c95fbb93aa6827ff0e65fd3df7719e5c1157578130edb3c8af0a1091ced838afe05f771efe6cc0f6f1fb08227cfa1547bf97f171ef8907a18ad90441c')
 
-prepare() {
-    sed -i 's/process >= 1.0 && < 1.5/process >= 1.0/' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list