Date: Saturday, March 19, 2022 @ 02:33:12 Author: felixonmars Revision: 1160292
upgpkg: haskell-text-show 3.9.4-1: rebuild with text-show 3.9.4 Modified: haskell-text-show/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-19 02:22:22 UTC (rev 1160291) +++ PKGBUILD 2022-03-19 02:33:12 UTC (rev 1160292) @@ -2,8 +2,8 @@ _hkgname=text-show pkgname=haskell-text-show -pkgver=3.9.3 -pkgrel=5 +pkgver=3.9.4 +pkgrel=1 pkgdesc="Efficient conversion of values into Text" url="https://github.com/RyanGlScott/text-show" license=('BSD') @@ -13,7 +13,7 @@ makedepends=('ghc' 'uusi' 'haskell-base-orphans' 'haskell-deriving-compat' 'haskell-hspec' 'haskell-quickcheck' 'haskell-quickcheck-instances') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('34b8629a7c05b4c9d31d7975379f9ec26d3e478c318167eae124265d14268328e435988be13384d650c9bbc32c185e9008caf4644d9aaf85eaa7b5adfb7a0ecf') +sha512sums=('14d625bf09fa6a5c22c061467ef2092099defb2ea027b1e27aee3722645b9b0d207b2e6fe8e7ce8ce64a45c53bf3ee22f0673e4d2df98bc73c119d818d2c7297') prepare() { cd $_hkgname-$pkgver
