summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2020-08-14 12:14:40 +0200
committeramesgen2020-08-14 12:14:40 +0200
commit5a6fae7c3581f4e49e705f184c5ef13fe75f515b (patch)
treea5f62b08331fec24b150f00888d8a20340605283
parent2a5a19309c4c7e54b7941e800909dc98115fe829 (diff)
downloadaur-5a6fae7c3581f4e49e705f184c5ef13fe75f515b.tar.gz
update to 0.1.9
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
-rw-r--r--ghcup-hs-bin.install1
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bb49e2bf4ea..f39fffd925bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghcup-hs-bin
pkgdesc = an installer for the general purpose language Haskell
- pkgver = 0.1.8
+ pkgver = 0.1.9
pkgrel = 1
url = https://gitlab.haskell.org/haskell/ghcup-hs
install = ghcup-hs-bin.install
@@ -10,11 +10,11 @@ pkgbase = ghcup-hs-bin
optdepends = wget
optdepends = ncurses5-compat-libs: using older ghc's linking against libtinfo.so.5
conflicts = ghcup-git
- source = ghcup-0.1.8::https://downloads.haskell.org/~ghcup/0.1.8/x86_64-linux-ghcup-0.1.8
- source = ghcup-comp-bash-0.1.8::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.8/shell-completions/bash
- source = ghcup-comp-zsh-0.1.8::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.8/shell-completions/zsh
- source = ghcup-comp-fish-0.1.8::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.8/shell-completions/fish
- sha256sums = 7ffcd4c3de156e895b648c75a36c762be2a4932883f3cd598f7a483c97d4a8a9
+ source = ghcup-0.1.9::https://downloads.haskell.org/~ghcup/0.1.9/x86_64-linux-ghcup-0.1.9
+ source = ghcup-comp-bash-0.1.9::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.9/shell-completions/bash
+ source = ghcup-comp-zsh-0.1.9::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.9/shell-completions/zsh
+ source = ghcup-comp-fish-0.1.9::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.9/shell-completions/fish
+ sha256sums = d779ada6156b08da21e40c5bf218ec21d1308d5a9e48f7b9533f56b5d063a41c
sha256sums = 2cfbd028499615507bb081b4f6668caa34fe700ed5a4895f8c3716a54e53cafc
sha256sums = 3b2f4a9df87c17f3f6472cda80eca8357485a9efd78f32223559f797d55d0d31
sha256sums = 0b3afa4d80de4afcc89779911b6c64e319c55aef185dff2843e6d410a530bb3f
diff --git a/PKGBUILD b/PKGBUILD
index 8048aef9a510..da5615e75a12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname=ghcup-hs-bin
-pkgver=0.1.8
+pkgver=0.1.9
pkgrel=1
pkgdesc="an installer for the general purpose language Haskell"
arch=('x86_64')
@@ -15,7 +15,7 @@ source=(ghcup-$pkgver::https://downloads.haskell.org/~ghcup/$pkgver/x86_64-linux
ghcup-comp-bash-$pkgver::$url/-/raw/v$pkgver/shell-completions/bash
ghcup-comp-zsh-$pkgver::$url/-/raw/v$pkgver/shell-completions/zsh
ghcup-comp-fish-$pkgver::$url/-/raw/v$pkgver/shell-completions/fish)
-sha256sums=('7ffcd4c3de156e895b648c75a36c762be2a4932883f3cd598f7a483c97d4a8a9'
+sha256sums=('d779ada6156b08da21e40c5bf218ec21d1308d5a9e48f7b9533f56b5d063a41c'
'2cfbd028499615507bb081b4f6668caa34fe700ed5a4895f8c3716a54e53cafc'
'3b2f4a9df87c17f3f6472cda80eca8357485a9efd78f32223559f797d55d0d31'
'0b3afa4d80de4afcc89779911b6c64e319c55aef185dff2843e6d410a530bb3f')
diff --git a/ghcup-hs-bin.install b/ghcup-hs-bin.install
index 930f8c72a75f..c3807db1c6f7 100644
--- a/ghcup-hs-bin.install
+++ b/ghcup-hs-bin.install
@@ -2,5 +2,6 @@ post_install() {
echo
echo 'NOTE: ghcup requires $GHCUP_INSTALL_BASE_PREFIX/.ghcup/bin to be in your PATH'
echo 'NOTE: By default, $GHCUP_INSTALL_BASE_PREFIX == $HOME'
+ echo 'NOTE: Alternatively, when GHCUP_USE_XDG_DIRS is set, GHCUP uses XDG-ish directories'
echo
}