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

Felix Yan fyan at archlinux.org
Wed May 4 08:20:16 UTC 2016


    Date: Wednesday, May 4, 2016 @ 10:20:15
  Author: fyan
Revision: 173677

upgpkg: haskell-split 0.2.3.1-1

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  haskell-split/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-04 08:08:20 UTC (rev 173676)
+++ PKGBUILD	2016-05-04 08:20:15 UTC (rev 173677)
@@ -4,7 +4,7 @@
 
 _hkgname=split
 pkgname=haskell-split
-pkgver=0.2.3
+pkgver=0.2.3.1
 pkgrel=1
 pkgdesc="Combinator library for splitting lists."
 url="http://hackage.haskell.org/package/${_hkgname}"
@@ -14,12 +14,8 @@
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('a6d100e433fa27eda72127475ba9c55481ca4105cfbb6ff55b67023d00ccead9')
+sha256sums=('7615b60adee20c19ddafd9d74456e8fe8e4274e2c676a5e858511b664205c688')
 
-prepare() {
-    sed -i 's/build-depends:     base <4.8/build-depends:     base <4.9/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list