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

Felix Yan felixonmars at archlinux.org
Thu May 24 14:56:32 UTC 2018


    Date: Thursday, May 24, 2018 @ 14:56:31
  Author: felixonmars
Revision: 328733

upgpkg: haskell-statistics 0.14.0.2-41

rebuild with base-orphans,0.7

Modified:
  haskell-statistics/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-24 13:34:25 UTC (rev 328732)
+++ PKGBUILD	2018-05-24 14:56:31 UTC (rev 328733)
@@ -5,7 +5,7 @@
 _hkgname=statistics
 pkgname=haskell-statistics
 pkgver=0.14.0.2
-pkgrel=40
+pkgrel=41
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/bos/statistics"
 license=("custom:BSD2")
@@ -17,6 +17,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('8ee0d6ae6f7a27b4b5a6dddd1e2c9a9b086224cfb7157efc396052263c5c89aea5eeb625a312e0c08f78cee3d819cdaa139f5a7bfc4413847592db45b1b697e4')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*0.7/<1/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list