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

Felix Yan felixonmars at archlinux.org
Sun May 5 10:54:08 UTC 2019


    Date: Sunday, May 5, 2019 @ 10:54:08
  Author: felixonmars
Revision: 460015

upgpkg: haskell-lifted-async 0.10.0.4-2

rebuild with lifted-async 0.10.0.4

Modified:
  haskell-lifted-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-05 10:50:26 UTC (rev 460014)
+++ PKGBUILD	2019-05-05 10:54:08 UTC (rev 460015)
@@ -2,8 +2,8 @@
 
 _hkgname=lifted-async
 pkgname=haskell-lifted-async
-pkgver=0.10.0.3
-pkgrel=19
+pkgver=0.10.0.4
+pkgrel=2
 pkgdesc="Run lifted IO operations asynchronously and wait for their results"
 url="https://github.com/maoe/lifted-async"
 license=('BSD')
@@ -13,13 +13,8 @@
 makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-expected-failure'
              'haskell-tasty-hunit' 'haskell-tasty-th')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('93adf5d07609cbd8852f36377274c0051a9da396622ee9aed325e708724478b0d7ce6fde3a5560a6a78134b1ba9e6ddc3619979d46b2efcdfe739c3df11c02eb')
+sha512sums=('88576542e9181b991bdb3e6739f6e2b0f9e789abba6da717da8677758ccfed2ed124769bcd5c84bd6c6fa0c3160db71bd428b5566f9eac7d318e0eb53f8dc6b3')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -e 's/<.*4.11/<5/' -i $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list