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

Felix Yan felixonmars at archlinux.org
Mon May 11 18:21:08 UTC 2020


    Date: Monday, May 11, 2020 @ 18:21:07
  Author: felixonmars
Revision: 626287

upgpkg: haskell-serialise 0.2.3.0-1: rebuild with serialise 0.2.3.0

Modified:
  haskell-serialise/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 18:21:01 UTC (rev 626286)
+++ PKGBUILD	2020-05-11 18:21:07 UTC (rev 626287)
@@ -2,8 +2,8 @@
 
 _hkgname=serialise
 pkgname=haskell-serialise
-pkgver=0.2.2.0
-pkgrel=15
+pkgver=0.2.3.0
+pkgrel=1
 pkgdesc="A binary serialisation library for Haskell values"
 url="https://github.com/well-typed/cborg"
 license=('BSD')
@@ -13,13 +13,8 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('1d8d03635e34f8134ad0e300fef055cd15ec0f63278e2ca64ce37ae475d0ee2582ddc518500b0b3cc0cf10aa461bc66b06d09901a99b32ddb85450987747ed20')
+sha512sums=('2bcee386d81f7606d7dad8a903ae39c9f5fda493caa08755f8f0ceabe24563bcba9bb28709972664370eef5987dfcd6957dee2444da8dbe5b8558edc0b0547ae')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *2.14/<3/;s/< *0.6/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list