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

Felix Yan felixonmars at archlinux.org
Tue Jun 23 07:17:12 UTC 2020


    Date: Tuesday, June 23, 2020 @ 07:17:11
  Author: felixonmars
Revision: 650917

upgpkg: haskell-pantry 0.5.1.0-1: rebuild with pantry 0.5.1.0

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-23 06:57:09 UTC (rev 650916)
+++ PKGBUILD	2020-06-23 07:17:11 UTC (rev 650917)
@@ -2,8 +2,8 @@
 
 _hkgname=pantry
 pkgname=haskell-pantry
-pkgver=0.4.0.1
-pkgrel=79
+pkgver=0.5.1.0
+pkgrel=1
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry"
 license=('BSD')
@@ -21,14 +21,11 @@
          'haskell-yaml' 'haskell-zip-archive')
 makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck' 'haskell-raw-strings-qq')
 checkdepends=('git' 'mercurial')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
-        pantry-cabal-3.2.patch::https://github.com/commercialhaskell/pantry/pull/22.patch)
-sha512sums=('0fbed425e3079bf1a06805efff092345c5f09bca430d2167d132cba4cd4a4c66567ce1aba921a9ac01d0db368f255395b2ad38d8b16ea5d81e263b100ad5a51d'
-            'b04469f535468a6e3d698a4d02e13673070fd3b78efde82829c30080f2ab587e63f5cd9b1c090c59d91c2a2b3a534eb5efa78c3b7d52967bcaefc8e6f803173b')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2f04d0f59816f56b3167b0e8d0346bf3d83422a1096979a392f2dd7df27a9a7ae160ab4f456ea68fd4f09fbf3ce029c7ab3603bcebca084e815b03e0fd6910fd')
 
 prepare() {
     cd $_hkgname-$pkgver
-    patch -p1 -i ../pantry-cabal-3.2.patch || :
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 



More information about the arch-commits mailing list