index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | build-support/ghc90-bin/PKGBUILD | 4 |
diff --git a/build-support/ghc90-bin/PKGBUILD b/build-support/ghc90-bin/PKGBUILD index fedad497..f78e7009 100644 --- a/build-support/ghc90-bin/PKGBUILD +++ b/build-support/ghc90-bin/PKGBUILD @@ -5,7 +5,7 @@ # This package can coexist with the latest version of GHC. # If you would like to compile GHC yourself (AUR: ghc9.0), # you can use this to bootstrap compilation. -pkgname=ghc9.0-bin +pkgname=ghc90-bin pkgver=9.0.1 pkgrel=1 pkgdesc='Legacy binary GHC 9.0 installed on /usr/bin/ghc-9.0 (Feb/2021 - Feb/2021).' @@ -21,7 +21,7 @@ provides=('ghc9.0') conflicts=('ghc9.0') source=("https://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-i386-deb9-linux.tar.xz") noextract=("ghc-${pkgver}-${CARCH}-deb10-linux.tar.xz") -sha256sums=('c253e7eb62cc9da6524c491c85ec8d3727c2ca6035a8653388e636aaa30a2a0f') +sha256sums=('880e37cea8328401bcfecfe4bb56eb85195f30135b140140b3f24094264f8ba5') prepare() { # for some reason, bsdtar cannot unpack this file: |