Skip to content

Commit

Permalink
[aura] 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Jun 11, 2020
1 parent f058527 commit 2d36486
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aura/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aura Changelog

## 3.1.3 (2020-06-11)
## 3.1.4 (2020-06-11)

#### Fixed

Expand Down
2 changes: 1 addition & 1 deletion aura/aura.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: aura
version: 3.1.3
version: 3.1.4
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
3 changes: 0 additions & 3 deletions aura/lib/Aura/MakePkg.hs
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ make :: MonadIO m
make ss (User usr) pc = do
-- Perform the actual building.
(ec, se) <- runIt ss pc
-- TESTING --
(_, foo, _) <- readProcess $ proc "sudo" ["-u", T.unpack usr, "env"]
BL.putStrLn foo
-- Fetch the filenames of the built tarballs.
(_, out, _) <- readProcess $ proc "sudo" ["-u", T.unpack usr, makepkgCmd, "--packagelist"]
let fs = map T.unpack . T.lines . decodeUtf8Lenient $ BL.toStrict out
Expand Down

0 comments on commit 2d36486

Please sign in to comment.