[arch-commits] Commit in stylish-haskell/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sun Feb 21 08:18:17 UTC 2016
Date: Sunday, February 21, 2016 @ 09:18:17
Author: fyan
Revision: 162970
upgpkg: stylish-haskell 0.5.15.1-6
rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0
Modified:
stylish-haskell/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-21 07:34:03 UTC (rev 162969)
+++ PKGBUILD 2016-02-21 08:18:17 UTC (rev 162970)
@@ -4,7 +4,7 @@
pkgname=stylish-haskell
pkgver=0.5.15.1
-pkgrel=5
+pkgrel=6
pkgdesc="Haskell code prettifier"
url="https://github.com/jaspervdj/stylish-haskell"
license=("custom:BSD3")
@@ -16,6 +16,11 @@
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('c7ff0fdf7a2e23b3c23dfd7b925ec29117a7d6d93fe1445f88d28b589802fee5')
+prepare() {
+ sed -e 's/aeson >= 0.6 && < 0.11,/aeson >= 0.6 \&\& < 0.12,/' \
+ -i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list