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

Felix Yan felixonmars at archlinux.org
Thu Jan 30 21:30:42 UTC 2020


    Date: Thursday, January 30, 2020 @ 21:30:42
  Author: felixonmars
Revision: 560267

upgpkg: haskell-cheapskate 0.1.1.2-1: rebuild with cheapskate 0.1.1.2

Modified:
  haskell-cheapskate/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-30 21:27:51 UTC (rev 560266)
+++ PKGBUILD	2020-01-30 21:30:42 UTC (rev 560267)
@@ -3,8 +3,8 @@
 
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
-pkgver=0.1.1.1
-pkgrel=118
+pkgver=0.1.1.2
+pkgrel=1
 pkgdesc="Experimental markdown processor."
 url="https://github.com/jgm/cheapskate"
 license=("BSD")
@@ -13,16 +13,9 @@
          "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"
-        cheapskate-base-4.13.patch::https://github.com/jgm/cheapskate/commit/74c308a9f145c00c7d0f41dcf90aac56d8614c65.patch)
-sha512sums=('551fdf43f8ed8e15ed4a5ac1649f319477cc80762a34499eed58c7c77e1f3e2bc0c4f9887aac7632f341e825c202850617d0572fa6cb748104bbf2874dfba353'
-            '051b925e45648545f05c86717efcc52f0565f21f8a4fd653b2d177b681daf3525c460da9733c3cd054cbd3f7ff0f2ff5525dcbe3621306d5335eaa7cdabe3cc7')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('b671ada413b8bd90f28b008c7bada4b744dedac2c7711090f1148dfa1643f7843f44e56c9a5a99fd0f71ded8393a0095b04fbdf73f70a707698dc9fb76ed1b45')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    patch -p1 -i ../cheapskate-base-4.13.patch
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list