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

Felix Yan felixonmars at archlinux.org
Fri May 29 12:32:01 UTC 2020


    Date: Friday, May 29, 2020 @ 12:32:01
  Author: felixonmars
Revision: 636999

upgpkg: haskell-broadcast-chan 0.2.1.1-1

Modified:
  haskell-broadcast-chan/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 12:31:12 UTC (rev 636998)
+++ PKGBUILD	2020-05-29 12:32:01 UTC (rev 636999)
@@ -2,8 +2,8 @@
 
 _hkgname=broadcast-chan
 pkgname=haskell-broadcast-chan
-pkgver=0.2.1
-pkgrel=7
+pkgver=0.2.1.1
+pkgrel=1
 pkgdesc="Closable, fair, single-wakeup channel type that avoids 0 reader space leaks"
 url="https://github.com/merijn/broadcast-chan"
 license=('BSD')
@@ -11,14 +11,8 @@
 depends=('ghc-libs' 'haskell-unliftio-core')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('25e5f8bcc2c27d0cf21ca205f234048df64d6d881f24a48169b88ce198db525f12ea727962f7bf14e4ee6546e23b49c6b47aa1a44a3f3e7d6028d2bf12a01d1c')
+sha512sums=('0484a81b5bfc53ad9513f97bf0c0fe6e1b894eac19dcd1cdf7bbd67930ac21dd702b70a78460bf3518ebadfb27cf03cd0d57200ef868803dd69d26f0fd880eb7')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *0.2/<1/;s/< *4.14/<5/' $_hkgname.cabal
-    sed -i 's/, UnliftIO/, askUnliftIO, UnliftIO/' BroadcastChan.hs
-}
-
 build() {
     cd $_hkgname-$pkgver    
     



More information about the arch-commits mailing list