Date: Thursday, August 3, 2017 @ 08:29:34
  Author: felixonmars
Revision: 247754

upgpkg: haskell-cheapskate 0.1.1-1

rebuild with cheapskate,0.1.1

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-03 08:24:52 UTC (rev 247753)
+++ PKGBUILD    2017-08-03 08:29:34 UTC (rev 247754)
@@ -4,8 +4,8 @@
 
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
-pkgver=0.1.0.5
-pkgrel=76
+pkgver=0.1.1
+pkgrel=1
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate";
 license=("custom:BSD3")
@@ -14,12 +14,8 @@
          "haskell-mtl" "haskell-syb" "haskell-text" "haskell-uniplate" 
"haskell-wai"
          "haskell-wai-extra" "haskell-xss-sanitize")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('7a63b7ffc4976d006c5f693569a5ffd7a887e83d126d1dce9bbe8b5fbaabfa32')
+sha512sums=('e06c8683031e8e7946e10a49ba2fedfedb4b8c5940272d8095ab3ff94c3b77169175b492d15f07fb486efd8fccd0850062174a63d88d2ae69c864eeaffc7a59f')
 
-prepare() {
-    sed -i 's/data-default >= 0.5 && < 0.7,/data-default >= 0.5 \&\& < 0.8,/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     

Reply via email to