Date: Sunday, April 26, 2020 @ 22:02:54 Author: felixonmars Revision: 621695
upgpkg: haskell-hint 0.9.0.3-1: rebuild with hint 0.9.0.3 Modified: haskell-hint/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-26 22:01:37 UTC (rev 621694) +++ PKGBUILD 2020-04-26 22:02:54 UTC (rev 621695) @@ -2,9 +2,8 @@ _hkgname=hint pkgname=haskell-hint -pkgver=0.9.0.2 -_commit=268315c40e2d2b5a8a6391f1155d4d91d6fbdf54 -pkgrel=14 +pkgver=0.9.0.3 +pkgrel=1 pkgdesc="Runtime Haskell interpreter (GHC API wrapper)" url="https://github.com/haskell-hint/hint" license=('BSD') @@ -12,14 +11,9 @@ depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-paths' 'haskell-random' 'haskell-temporary') makedepends=('ghc' 'haskell-extensible-exceptions' 'haskell-hunit') -source=("https://github.com/haskell-hint/hint/archive/$_commit/$_hkgname-$_commit.tar.gz") -#source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('7cdcef8ef15227e664cb252817509cc9db43d4e16daf1cafd187b5f4092176163ec75507c6cb3864962faeeeb307d11d2eddc8f89c20c35188d82d4f543c93a0') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('8c9ac442fb531da9b72b5aedeb57adb4caaa14bf796749862c1ddb9abebc71f8efcd8f148fb0304fc4b2c013eacb12102fab9e826ff681ee22542e686be11f3c') -prepare() { - mv $_hkgname-{$_commit,$pkgver} -} - build() { cd $_hkgname-$pkgver
