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

Felix Yan felixonmars at archlinux.org
Sun Feb 4 19:15:16 UTC 2018


    Date: Sunday, February 4, 2018 @ 19:15:15
  Author: felixonmars
Revision: 289041

upgpkg: haskell-stm 2.4.5.0-1

rebuild with stm,2.4.5.0

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-04 19:13:41 UTC (rev 289040)
+++ PKGBUILD	2018-02-04 19:15:15 UTC (rev 289041)
@@ -6,21 +6,17 @@
 
 _hkgname=stm
 pkgname=haskell-stm
-pkgver=2.4.4.1
-pkgrel=7
+pkgver=2.4.5.0
+pkgrel=1
 pkgdesc="A modular composable concurrency abstraction."
 url="https://hackage.haskell.org/package/stm"
 license=('custom:BSD3')
 arch=('x86_64')
-depends=('ghc-libs' 'sh')
+depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz")
-sha512sums=('12a8edb7489995245fb21d9f0782cad87e992f56343d4492eef788370ebc2dcb934193d8602b85b5f3935c4bdb4c9426717b6149437cd7b0bb5311bda4b237eb')
+sha512sums=('3d8bd8b178fbb8c0297d441a0054c73395c2e5db493f35a35a69f764179e2da78ec749689138eda8b2fa3232133721cc10913d5e5ad5aa84ca3113367cc8a14a')
 
-prepare() {
-    sed -i 's/base  >= 4.3 && < 4.10,/base  >= 4.3,/' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list