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

Felix Yan felixonmars at archlinux.org
Tue Mar 31 22:15:22 UTC 2020


    Date: Tuesday, March 31, 2020 @ 22:15:21
  Author: felixonmars
Revision: 608437

upgpkg: haskell-filepath-bytestring 1.4.2.1.6-14: rebuild with QuickCheck 2.14

Modified:
  haskell-filepath-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-31 22:10:51 UTC (rev 608436)
+++ PKGBUILD	2020-03-31 22:15:21 UTC (rev 608437)
@@ -3,7 +3,7 @@
 _hkgname=filepath-bytestring
 pkgname=haskell-filepath-bytestring
 pkgver=1.4.2.1.6
-pkgrel=13
+pkgrel=14
 pkgdesc="Library for manipulating RawFilePaths in a cross platform way"
 url="https://hackage.haskell.org/package/filepath-bytestring"
 license=('BSD')
@@ -13,6 +13,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('f101d718681373faead2e916dbdb7fda7b12091067d070f5d0e8ceab48c8081ca7f46bdc2fcfc0b535d65d51a3835fed05a50acf36f1a01c22c8d01c4c98e106')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list