Date: Saturday, January 15, 2022 @ 03:20:16 Author: felixonmars Revision: 1104050
upgpkg: haskell-text-short 0.1.5-1: rebuild with text-short 0.1.5 Modified: haskell-text-short/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-15 03:12:53 UTC (rev 1104049) +++ PKGBUILD 2022-01-15 03:20:16 UTC (rev 1104050) @@ -3,17 +3,16 @@ _hkgname=text-short pkgname=haskell-text-short -pkgver=0.1.4 -pkgrel=18 +pkgver=0.1.5 +pkgrel=1 pkgdesc="Memory-efficient representation of Unicode text strings" url="https://github.com/hvr/text-short" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-hashable') -makedepends=('ghc' 'uusi' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit' - 'haskell-tasty-quickcheck') +makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e966933096f4b1a0e0cd57541d0b96ef3092b8f86969c570c9fe5863256fe1d322c1b1503efc870a5b827799a5c981f08d850f1838ea5e6f1ed5bff25290e689') +sha512sums=('32f09a1abc37ddb3f85921d80629355f68b2e68531f14318907e792a8eeb7d4a258bfcf7d45710dcb67f85fadfbad2bb9ffdac27a912aefc4296dc1818585125') prepare() { cd $_hkgname-$pkgver
