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

Felix Yan felixonmars at archlinux.org
Thu Jan 23 22:05:54 UTC 2020


    Date: Thursday, January 23, 2020 @ 22:05:54
  Author: felixonmars
Revision: 555259

upgpkg: haskell-store-core 0.4.4.2-1: rebuild with store-core 0.4.4.2

Modified:
  haskell-store-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 22:03:28 UTC (rev 555258)
+++ PKGBUILD	2020-01-23 22:05:54 UTC (rev 555259)
@@ -2,8 +2,8 @@
 
 _hkgname=store-core
 pkgname=haskell-store-core
-pkgver=0.4.4.1
-pkgrel=2
+pkgver=0.4.4.2
+pkgrel=1
 pkgdesc="Fast and lightweight binary serialization"
 url="https://github.com/fpco/store"
 license=('MIT')
@@ -11,8 +11,13 @@
 depends=('ghc-libs' 'haskell-primitive')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b13202fa5dfe5dbd2bf1432fd33102d9265958b738be132c8c8279d55841546cdb736c5cff46f186810855553871ed6ae56e1510b25d9ca5845ba0e6cc9b7f57')
+sha512sums=('b157ef0a5b7ab1918f80ab5bbce1cb8b90e2daa7c915103a2d020c60aa533e625aa7c32abe78ce0bd0ef868f49da5f59cfdf41973ca49f8eed5ffafc14dcc406')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/fail/d' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list