packages feed

aura 3.1.3 → 3.1.4

raw patch · 3 files changed

+2/−5 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,6 @@ # Aura Changelog -## 3.1.3 (2020-06-11)+## 3.1.4 (2020-06-11)  #### Fixed 
aura.cabal view
@@ -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
lib/Aura/MakePkg.hs view
@@ -67,9 +67,6 @@ 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