Date: Thursday, April 30, 2020 @ 07:40:46 Author: felixonmars Revision: 622397
upgpkg: haskell-pantry 0.4.0.1-36 Modified: haskell-pantry/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-30 07:13:48 UTC (rev 622396) +++ PKGBUILD 2020-04-30 07:40:46 UTC (rev 622397) @@ -3,7 +3,7 @@ _hkgname=pantry pkgname=haskell-pantry pkgver=0.4.0.1 -pkgrel=35 +pkgrel=36 pkgdesc="Content addressable Haskell package management" url="https://github.com/commercialhaskell/pantry" license=('BSD') @@ -21,11 +21,14 @@ '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) -sha512sums=('0fbed425e3079bf1a06805efff092345c5f09bca430d2167d132cba4cd4a4c66567ce1aba921a9ac01d0db368f255395b2ad38d8b16ea5d81e263b100ad5a51d') +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') prepare() { cd $_hkgname-$pkgver + patch -p1 -i ../pantry-cabal-3.2.patch || : echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs }
