Date: Saturday, August 5, 2017 @ 09:26:28
  Author: felixonmars
Revision: 248627

upgpkg: haskell-pandoc-types 1.17.0.5-23

rebuild with syb,0.7

Modified:
  haskell-pandoc-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-05 08:56:57 UTC (rev 248626)
+++ PKGBUILD    2017-08-05 09:26:28 UTC (rev 248627)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
 pkgver=1.17.0.5
-pkgrel=22
+pkgrel=23
 pkgdesc="Types for representing a structured document"
 url="http://johnmacfarlane.net/pandoc";
 license=("custom:BSD3")
@@ -14,6 +14,10 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('c8825588b587ff5ed0c105156a11a43f3b752279997231cfc13102809bbc51b3')
 
+prepare() {
+    sed -i 's/syb >= 0.1 && < 0.7,/syb >= 0.1 \&\& < 0.8,/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     

Reply via email to