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

Felix Yan felixonmars at archlinux.org
Wed Apr 1 16:04:00 UTC 2020


    Date: Wednesday, April 1, 2020 @ 16:04:00
  Author: felixonmars
Revision: 608983

upgpkg: haskell-serialise 0.2.2.0-10: rebuild with QuickCheck 2.14

Modified:
  haskell-serialise/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-01 15:54:00 UTC (rev 608982)
+++ PKGBUILD	2020-04-01 16:04:00 UTC (rev 608983)
@@ -3,7 +3,7 @@
 _hkgname=serialise
 pkgname=haskell-serialise
 pkgver=0.2.2.0
-pkgrel=9
+pkgrel=10
 pkgdesc="A binary serialisation library for Haskell values"
 url="https://github.com/well-typed/cborg"
 license=('BSD')
@@ -15,6 +15,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('1d8d03635e34f8134ad0e300fef055cd15ec0f63278e2ca64ce37ae475d0ee2582ddc518500b0b3cc0cf10aa461bc66b06d09901a99b32ddb85450987747ed20')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list