Date: Sunday, August 2, 2020 @ 12:19:23 Author: felixonmars Revision: 667621
upgpkg: haskell-glob 0.10.1-1: rebuild with Glob 0.10.1 Modified: haskell-glob/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-02 12:01:12 UTC (rev 667620) +++ PKGBUILD 2020-08-02 12:19:23 UTC (rev 667621) @@ -3,8 +3,8 @@ _hkgname=Glob pkgname=haskell-glob -pkgver=0.10.0 -pkgrel=46 +pkgver=0.10.1 +pkgrel=1 pkgdesc="Globbing library" url="https://iki.fi/matti.niemenmaa/glob/" license=("BSD") @@ -13,7 +13,7 @@ makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('a7e1fe244cc7f4b74fb9cc74712d0d11679597dc5cb2e4f06540b71d3c9999c6e7e4f5243e8f757bcdcfea7c031b82143b522b378e157ad4a5046bc1e6bea88c') +sha512sums=('b2b2ee93f2cadf01f8a6828b9e742a241601f5fada1f73388dc0044f8e0985c601bd6a42738c60c54eecb619b6289ac1302751d8e2402f6494aaeb2b2a4abb42') build() { cd $_hkgname-$pkgver
