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

Felix Yan felixonmars at archlinux.org
Wed Apr 1 17:42:10 UTC 2020


    Date: Wednesday, April 1, 2020 @ 17:42:10
  Author: felixonmars
Revision: 609032

upgpkg: haskell-binary-instances 1.0.0.1-5: rebuild with QuickCheck 2.14

Modified:
  haskell-binary-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-01 17:34:58 UTC (rev 609031)
+++ PKGBUILD	2020-04-01 17:42:10 UTC (rev 609032)
@@ -3,7 +3,7 @@
 _hkgname=binary-instances
 pkgname=haskell-binary-instances
 pkgver=1.0.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Orphan instances for binary"
 url="https://github.com/phadej/binary-instances"
 license=('BSD')
@@ -17,6 +17,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('8933f2eab4a23460bd9be7547f229416adccb3e82ec452f75567fa5b5cb6babe4b7f243fbf3799099647bc4f890eaa1acc962128caa8caafc3ff724867585e3d')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list