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

Felix Yan felixonmars at archlinux.org
Wed Dec 25 08:51:10 UTC 2019


    Date: Wednesday, December 25, 2019 @ 08:51:10
  Author: felixonmars
Revision: 540628

upgpkg: haskell-splitmix 0.0.3-5: rebuild with tasty-hunit 0.10.0.2

Modified:
  haskell-splitmix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-25 08:42:32 UTC (rev 540627)
+++ PKGBUILD	2019-12-25 08:51:10 UTC (rev 540628)
@@ -3,7 +3,7 @@
 _hkgname=splitmix
 pkgname=haskell-splitmix
 pkgver=0.0.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Fast Splittable PRNG"
 url="https://github.com/phadej/splitmix"
 license=('BSD')
@@ -14,6 +14,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('01d53a606de35c1aef5b4669c19308f63711053a6fee38466e421a7e712bca7cbfa37ffdfcf2a4671fc22354b5e83228255785a808c1b6c3ad941fd550d5560f')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *0.11/<1/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list