[arch-commits] Commit in haskell-hint/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 24 03:23:12 UTC 2020
Date: Friday, April 24, 2020 @ 03:23:12
Author: felixonmars
Revision: 618636
upgpkg: haskell-hint 0.9.0.2-14: rebuild with ghc 8.10.1
Modified:
haskell-hint/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 03:23:09 UTC (rev 618635)
+++ PKGBUILD 2020-04-24 03:23:12 UTC (rev 618636)
@@ -3,17 +3,23 @@
_hkgname=hint
pkgname=haskell-hint
pkgver=0.9.0.2
-pkgrel=13
+_commit=268315c40e2d2b5a8a6391f1155d4d91d6fbdf54
+pkgrel=14
pkgdesc="Runtime Haskell interpreter (GHC API wrapper)"
url="https://github.com/haskell-hint/hint"
license=('BSD')
arch=('x86_64')
-depends=('ghc-libs' 'haskell-exceptions' 'haskell-ghc' 'haskell-ghc-paths' 'haskell-random'
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-paths' 'haskell-random'
'haskell-temporary')
makedepends=('ghc' 'haskell-extensible-exceptions' 'haskell-hunit')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('a2c5391059628bf677be4b179115fbb74e185180d5084bba911fa6b2422d1b3de6ded45ec5b78cefee2ffef6ae75e3810ebc2d5bc0a453d3ae084298bb5ae2ed')
+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')
+prepare() {
+ mv $_hkgname-{$_commit,$pkgver}
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list