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

Felix Yan felixonmars at archlinux.org
Thu Aug 6 09:56:27 UTC 2020


    Date: Thursday, August 6, 2020 @ 09:56:27
  Author: felixonmars
Revision: 670796

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

Modified:
  haskell-store-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 09:54:01 UTC (rev 670795)
+++ PKGBUILD	2020-08-06 09:56:27 UTC (rev 670796)
@@ -2,8 +2,8 @@
 
 _hkgname=store-core
 pkgname=haskell-store-core
-pkgver=0.4.4.2
-pkgrel=7
+pkgver=0.4.4.3
+pkgrel=1
 pkgdesc="Fast and lightweight binary serialization"
 url="https://github.com/fpco/store"
 license=('MIT')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-primitive')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b157ef0a5b7ab1918f80ab5bbce1cb8b90e2daa7c915103a2d020c60aa533e625aa7c32abe78ce0bd0ef868f49da5f59cfdf41973ca49f8eed5ffafc14dcc406')
+sha512sums=('b425a5e9dadac42868c2180c46bccca36fbab483d168196a23ae975d9b6d27a6965884b69e3b3aa0a47942e910a7a35315085aabc9185602786ac7fc4e705d64')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i '/fail/d' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list