Date: Saturday, March 13, 2021 @ 20:23:13 Author: felixonmars Revision: 890540
upgpkg: haskell-hint 0.9.0.4-1: rebuild with hint 0.9.0.4 Modified: haskell-hint/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-13 20:19:55 UTC (rev 890539) +++ PKGBUILD 2021-03-13 20:23:13 UTC (rev 890540) @@ -2,8 +2,8 @@ _hkgname=hint pkgname=haskell-hint -pkgver=0.9.0.3 -pkgrel=73 +pkgver=0.9.0.4 +pkgrel=1 pkgdesc="Runtime Haskell interpreter (GHC API wrapper)" url="https://github.com/haskell-hint/hint" license=('BSD') @@ -12,7 +12,7 @@ 'haskell-temporary') makedepends=('ghc' 'haskell-extensible-exceptions' 'haskell-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('8c9ac442fb531da9b72b5aedeb57adb4caaa14bf796749862c1ddb9abebc71f8efcd8f148fb0304fc4b2c013eacb12102fab9e826ff681ee22542e686be11f3c') +sha512sums=('a6d273f7b5547c2f6cb8dd313445c5d0ec3b5789ed366d0e59ba17a894c3b7c2b5ce518871245e2d8f4c050982d8d184e51a9a307591db7477a2e90722867fe3') build() { cd $_hkgname-$pkgver
