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

Felix Yan fyan at archlinux.org
Sun Jan 17 03:49:58 UTC 2016


    Date: Sunday, January 17, 2016 @ 04:49:57
  Author: fyan
Revision: 157044

upgpkg: haskell-semigroupoids 5.0.1-1

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-17 03:49:34 UTC (rev 157043)
+++ PKGBUILD	2016-01-17 03:49:57 UTC (rev 157044)
@@ -4,8 +4,8 @@
 
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
-pkgver=5.0.0.4
-pkgrel=4
+pkgver=5.0.1
+pkgrel=1
 pkgdesc="Semigroupoids: Category sans id"
 url="http://github.com/ekmett/semigroupoids"
 license=("custom:BSD3")
@@ -16,8 +16,12 @@
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('cde047e36c4072dd32fcda5846155a3dd4e844f441e4c651b886ee069d95c7c9')
+sha256sums=('0ce989b8b0dc02ebe9aa19c47982a6bc802b8dc973c39c7ac40ea7a21cdbd616')
 
+prepare() {
+    sed -i 's/comonad >= 4.2.6 && < 5/comonad >= 4.2.6 \&\& < 6/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list