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

Felix Yan felixonmars at archlinux.org
Sun Feb 3 21:40:05 UTC 2019


    Date: Sunday, February 3, 2019 @ 21:40:04
  Author: felixonmars
Revision: 429524

upgpkg: haskell-snap-core 1.0.4.0-1

rebuild with snap-core 1.0.4.0, snap-server 1.1.1.0

Modified:
  haskell-snap-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-03 21:39:33 UTC (rev 429523)
+++ PKGBUILD	2019-02-03 21:40:04 UTC (rev 429524)
@@ -2,8 +2,8 @@
 
 _hkgname=snap-core
 pkgname=haskell-snap-core
-pkgver=1.0.3.2
-pkgrel=41
+pkgver=1.0.4.0
+pkgrel=1
 pkgdesc="A Haskell Web Framework (core interfaces and types)"
 url="https://github.com/JustusAdam/snap-core"
 license=('BSD')
@@ -16,11 +16,11 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-parallel' 'haskell-test-framework'
              'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2' 'haskell-zlib')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('83f60dd07e6f75779ebf44601fa7bb3d3e67936409d00df46dd03b9353325e74a90c0f915e3787991383047508dff507e1d7d09ee8eed62988abf6aca0594326')
+sha512sums=('12ec31c36feab136f9cbc4b025c35ec8dc717de57adae3060f5a33e929fc0a5b0f0e487c90f56153dccebf36cb3b8b85d4ce2b25c3cc4c51d1ab82ad3e430fd1')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_hkgname.cabal
+    sed -i -e '/bytestring-builder/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list