summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRudy Matela2021-11-02 17:57:17 -0300
committerRudy Matela2021-11-02 17:57:17 -0300
commit5e51304b9cf559b1ca474407cedad12f8dc7516c (patch)
treeec4230c6cc6ed129ed6261220d8b848aea378893
parent7b93a7e7b7ff4f19cf7ba5285a09131a126a38ef (diff)
downloadaur-5e51304b9cf559b1ca474407cedad12f8dc7516c.tar.gz
ghc8.10-bin v8.10.7-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4db952866a3..8c0ac2ddd259 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 14 19:32:26 UTC 2021
+# Tue Nov 2 20:57:09 UTC 2021
pkgbase = ghc8.10-bin
pkgdesc = Legacy binary GHC 8.10 installed on /usr/bin/ghc-8.10 (Mar/2020 - Feb/2021).
- pkgver = 8.10.4
+ pkgver = 8.10.7
pkgrel = 1
url = http://www.haskell.org/ghc/
install = ghc.install
@@ -20,10 +20,10 @@ pkgbase = ghc8.10-bin
depends = perl
provides = ghc8.10
conflicts = ghc8.10
- noextract = ghc-8.10.4--deb10-linux.tar.xz
+ noextract = ghc-8.10.7--deb10-linux.tar.xz
options = staticlibs
- source = https://www.haskell.org/ghc/dist/8.10.4/ghc-8.10.4-x86_64-deb10-linux.tar.xz
- sha256sums = 816365565e9927459b035515a7db6a0db62f9796f327389b6f8a0035d12fbda0
+ source = https://www.haskell.org/ghc/dist/8.10.7/ghc-8.10.7-x86_64-deb10-linux.tar.xz
+ sha256sums = a13719bca87a0d3ac0c7d4157a4e60887009a7f1a8dbe95c4759ec413e086d30
pkgname = ghc8.10-bin
diff --git a/PKGBUILD b/PKGBUILD
index 77a6f56b202e..27560d838312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# If you would like to compile GHC yourself (AUR: ghc8.10),
# you can use this to bootstrap compilation.
pkgname=ghc8.10-bin
-pkgver=8.10.4
+pkgver=8.10.7
pkgrel=1
pkgdesc='Legacy binary GHC 8.10 installed on /usr/bin/ghc-8.10 (Mar/2020 - Feb/2021).'
arch=('x86_64')
@@ -21,7 +21,7 @@ provides=('ghc8.10')
conflicts=('ghc8.10')
source=("https://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-x86_64-deb10-linux.tar.xz")
noextract=("ghc-${pkgver}-${CARCH}-deb10-linux.tar.xz")
-sha256sums=('816365565e9927459b035515a7db6a0db62f9796f327389b6f8a0035d12fbda0')
+sha256sums=('a13719bca87a0d3ac0c7d4157a4e60887009a7f1a8dbe95c4759ec413e086d30')
prepare() {
# for some reason, bsdtar cannot unpack this file:
@@ -54,7 +54,7 @@ package() {
mv ${pkgdir}/usr/bin/runghc ${pkgdir}/usr/bin/runghc-8.10
rm ${pkgdir}/usr/bin/runhaskell # use runghc-8.10 instead
- mv ${pkgdir}/usr/share/man/man1/ghc.1 ${pkgdir}/usr/share/man/man1/ghc-8.10.4
+ mv ${pkgdir}/usr/share/man/man1/ghc.1 ${pkgdir}/usr/share/man/man1/ghc-8.10
install -d ${pkgdir}/usr/share/licenses/ghc-8.10
install -m644 LICENSE ${pkgdir}/usr/share/licenses/ghc-8.10