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

Felix Yan felixonmars at archlinux.org
Thu Aug 13 12:53:32 UTC 2020


    Date: Thursday, August 13, 2020 @ 12:53:32
  Author: felixonmars
Revision: 677228

upgpkg: haskell-store 0.7.6-1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-13 12:29:08 UTC (rev 677227)
+++ PKGBUILD	2020-08-13 12:53:32 UTC (rev 677228)
@@ -2,8 +2,8 @@
 
 _hkgname=store
 pkgname=haskell-store
-pkgver=0.7.5
-pkgrel=6
+pkgver=0.7.6
+pkgrel=1
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store"
 license=('BSD')
@@ -18,13 +18,8 @@
          'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('14b8e36cfc04eec80a6a37d27dbac08887a3bebd226941f368076ea39b09a5c432c4d38ce860776a677b8829ecbabd3f2448cc2437e00ebcf2fb3a36d1715af0')
+sha512sums=('c1bf63b76e300aabce656e06899de9b95fa5a3d9b08be47b6ed640f5ae2a63d5dbb08e8058bb334af6a771a2dc8eeb700bf7162b806481e47e08d22bbb83b674')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' -e '/fail/d' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list