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

Felix Yan felixonmars at archlinux.org
Tue Jun 23 08:27:25 UTC 2020


    Date: Tuesday, June 23, 2020 @ 08:27:25
  Author: felixonmars
Revision: 650943

upgpkg: stack 2.3.1-49: rebuild with pantry 0.5.1.0

Modified:
  stack/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-23 08:03:43 UTC (rev 650942)
+++ PKGBUILD	2020-06-23 08:27:25 UTC (rev 650943)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.3.1
-pkgrel=48
+pkgrel=49
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("BSD")
@@ -33,11 +33,14 @@
 conflicts=('haskell-stack')
 replaces=('haskell-stack')
 install="stack.install"
-source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver")
-sha512sums=('SKIP')
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver"
+        stack-pantry-0.5.patch::https://github.com/commercialhaskell/stack/pull/5281.patch)
+sha512sums=('SKIP'
+            '9998e6cdc4b80db3490d66c4392a0e9c44c58fa51371bc68fbade48aea6b21f1172905627ade8132d2733a7e4d942b597d5943a5bd3da302aa6c3be616ecd769')
 
 prepare() {
   cd $pkgname
+  patch -p1 -i ../stack-pantry-0.5.patch
   sed -i -e '/semigroups/d' $pkgname.cabal
 
   sed -i 's/map show errs/map show (toList errs)/' src/Stack/SDist.hs



More information about the arch-commits mailing list