index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-15 16:28:28 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-15 16:28:28 +0100 |
commit | 01a4dd2f8fbf7386de0b1b84152425948dd95fec (patch) | |
tree | ca19b084b16cc70297274e82ebf9b46221a9d2cb /build-support | |
parent | 48d73fadbe164266506c0572015d07a16143678a (diff) |
-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: |