Date: Friday, January 8, 2021 @ 11:55:42 Author: felixonmars Revision: 813691
upgpkg: haskell-listlike 4.7.3-7: rebuild with utf8-string 1.0.2 Modified: haskell-listlike/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-08 11:31:24 UTC (rev 813690) +++ PKGBUILD 2021-01-08 11:55:42 UTC (rev 813691) @@ -3,7 +3,7 @@ _hkgname=ListLike pkgname=haskell-listlike pkgver=4.7.3 -pkgrel=6 +pkgrel=7 pkgdesc="Generic support for list-like structures" url="https://github.com/ddssff/listlike" license=('BSD') @@ -10,9 +10,15 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-dlist' 'haskell-fmlist' 'haskell-utf8-string' 'haskell-vector') makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-random') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('c463df1165be28067851fc5ee3f55b12dc4a490f411555a9eda5e0008bcd084bc2ff12123d4306e3493fa8a4933315aefcf1883afc783c245790910ac8522295') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz" + $pkgname-utf8-string-1.0.2.patch::https://github.com/ddssff/listlike/commit/c27e299bd5a638a617370780e17cd2faf04befdb.patch) +sha512sums=('c463df1165be28067851fc5ee3f55b12dc4a490f411555a9eda5e0008bcd084bc2ff12123d4306e3493fa8a4933315aefcf1883afc783c245790910ac8522295' + 'bf7032fe944d11b3dfeab3d12efcfc25f15284f12cc2be9cfd725050cc0ec5f02535852e142a5f7bdfadc16e9d0dd3b7bae508af17ca35c502f95ce1f6b663a0') +prepare() { + patch -d $_hkgname-$pkgver -p1 < $pkgname-utf8-string-1.0.2.patch +} + build() { cd $_hkgname-$pkgver
