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

Felix Yan felixonmars at archlinux.org
Sun Jan 12 02:28:00 UTC 2020


    Date: Sunday, January 12, 2020 @ 02:27:59
  Author: felixonmars
Revision: 552152

upgpkg: haskell-cheapskate 0.1.1.1-113: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-12 02:26:38 UTC (rev 552151)
+++ PKGBUILD	2020-01-12 02:27:59 UTC (rev 552152)
@@ -4,7 +4,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.1.1
-pkgrel=112
+pkgrel=113
 pkgdesc="Experimental markdown processor."
 url="https://github.com/jgm/cheapskate"
 license=("BSD")
@@ -13,9 +13,16 @@
          "haskell-syb" "haskell-uniplate" "haskell-wai"
          "haskell-wai-extra" "haskell-xss-sanitize")
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('551fdf43f8ed8e15ed4a5ac1649f319477cc80762a34499eed58c7c77e1f3e2bc0c4f9887aac7632f341e825c202850617d0572fa6cb748104bbf2874dfba353')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
+        cheapskate-base-4.13.patch::https://github.com/jgm/cheapskate/commit/74c308a9f145c00c7d0f41dcf90aac56d8614c65.patch)
+sha512sums=('551fdf43f8ed8e15ed4a5ac1649f319477cc80762a34499eed58c7c77e1f3e2bc0c4f9887aac7632f341e825c202850617d0572fa6cb748104bbf2874dfba353'
+            '051b925e45648545f05c86717efcc52f0565f21f8a4fd653b2d177b681daf3525c460da9733c3cd054cbd3f7ff0f2ff5525dcbe3621306d5335eaa7cdabe3cc7')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    patch -p1 -i ../cheapskate-base-4.13.patch
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list