Date: Monday, June 29, 2020 @ 07:27:31 Author: felixonmars Revision: 655809
upgpkg: haskell-cborg 0.2.3.0-14: rebuild with primitive 0.7.1.0 Modified: haskell-cborg/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-29 07:21:44 UTC (rev 655808) +++ PKGBUILD 2020-06-29 07:27:31 UTC (rev 655809) @@ -3,7 +3,7 @@ _hkgname=cborg pkgname=haskell-cborg pkgver=0.2.3.0 -pkgrel=13 +pkgrel=14 pkgdesc="Concise Binary Object Representation (CBOR)" url="https://github.com/well-typed/cborg" license=('BSD') @@ -12,11 +12,14 @@ makedepends=('ghc' 'haskell-aeson' 'haskell-base-orphans' 'haskell-base16-bytestring' 'haskell-base64-bytestring' 'haskell-quickcheck' 'haskell-scientific' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-vector') -source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('43502fad8a880bee1a068e86336fbea283f8183befa3e838c0a708489efa70a99f33e3b04fd576a552a8f77f8cc56e5b912f686bc414cc947a07b65ec10a6cbf') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz + cborg-primitive-0.7.1.patch::https://github.com/well-typed/cborg/pull/241.patch) +sha512sums=('43502fad8a880bee1a068e86336fbea283f8183befa3e838c0a708489efa70a99f33e3b04fd576a552a8f77f8cc56e5b912f686bc414cc947a07b65ec10a6cbf' + '1a674f16f21e4a4b3937fa488f0907ec6114370bce92fafd2b2993503571fec4b7262573edf4a961c896aa56de2d3b9282f3e546a946d13015a7b72ae01e2126') prepare() { cd $_hkgname-$pkgver + patch -p2 -i ../cborg-primitive-0.7.1.patch sed -i 's/< *1.5/<2/' $_hkgname.cabal }
