Skip to content

Commit

Permalink
[aura] 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Jun 10, 2020
1 parent 66160e5 commit 2b23198
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 24 deletions.
10 changes: 9 additions & 1 deletion aura/CHANGELOG.md
@@ -1,6 +1,8 @@
# Aura Changelog

## Unreleased
## 3.1.2 (2020-06-10)

This release fixes a regression in `3.1.1`. Please update as soon as possible.

#### Added

Expand All @@ -9,6 +11,12 @@
default, build directories are left in `/tmp` to be cleaned by the OS, but for
users who don't restart their machines often, this can clog up disk space.

#### Fixed

- **Apologies to Aura users.** The `-E` change in the previous release caused a
lot of unexpected behaviour, so that change has be revoked. A future version
of Aura will explore a better solution for handling environment variables.

## 3.1.1 (2020-06-02)

#### Changed
Expand Down
2 changes: 1 addition & 1 deletion aura/aura.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: aura
version: 3.1.1
version: 3.1.2
synopsis: A secure package manager for Arch Linux and the AUR.
description:
Aura is a package manager for Arch Linux. It connects to both the
Expand Down
2 changes: 1 addition & 1 deletion aura/lib/Aura/MakePkg.hs
Expand Up @@ -90,4 +90,4 @@ makepkgSource usr = do

-- | As of makepkg v4.2, building with `--asroot` is no longer allowed.
runStyle :: User -> [String] -> (FilePath, [String])
runStyle (User usr) opts = ("sudo", ["-E", "-u", T.unpack usr, makepkgCmd] <> opts)
runStyle (User usr) opts = ("sudo", ["-u", T.unpack usr, makepkgCmd] <> opts)
4 changes: 1 addition & 3 deletions stack.yaml
@@ -1,4 +1,4 @@
resolver: lts-15.15
resolver: lts-16.0

ghc-options: {"$locals": -fwrite-ide-info -fmax-relevant-binds=0}

Expand All @@ -9,5 +9,3 @@ packages:

extra-deps:
- aeson-1.5.0.0 # Pinned to avoid `these` dependency.
- language-bash-0.9.2
- rio-0.1.16.0 # Can be removed once this version is in the LTS.
22 changes: 4 additions & 18 deletions stack.yaml.lock
Expand Up @@ -11,23 +11,9 @@ packages:
sha256: 69b028939df0c092b1d8c3e9447461ca362e4fa8b93bfaf37fc199785df775da
original:
hackage: aeson-1.5.0.0
- completed:
hackage: language-bash-0.9.2@sha256:fa7fa9f1223eb1d0587bce1b9f534775b900827601a5d2cbf9b3c9b15c64c2ed,1750
pantry-tree:
size: 2706
sha256: 42fdbbd9c5ba50a4e8a652dab2ff2dc3c5890bdb480c86201d658a5dac42309b
original:
hackage: language-bash-0.9.2
- completed:
hackage: rio-0.1.16.0@sha256:de53ce9a8feeebe1b90cc697d35897e78cd03dc4636b7d5e348e415ddddb8a86,3611
pantry-tree:
size: 4800
sha256: af1d2e59f9b56a0e0650512a9202059e5968ba8afcba4a643495a0f618a4041f
original:
hackage: rio-0.1.16.0
snapshots:
- completed:
size: 496112
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/15.yaml
sha256: 86169722ad0056ffc9eacc157ef80ee21d7024f92c0d2961c89ccf432db230a3
original: lts-15.15
size: 531237
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/0.yaml
sha256: 210e15b7043e2783115afe16b0d54914b1611cdaa73f3ca3ca7f8e0847ff54e5
original: lts-16.0

0 comments on commit 2b23198

Please sign in to comment.