Skip to content

Commit

Permalink
[aur] 7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Feb 27, 2021
1 parent 95fb828 commit ae0bf56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions aur/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.0.6 (2021-02-26)

#### Fixed

- Broken tests.

## 7.0.5 (2020-10-27)

#### Added
Expand Down
2 changes: 1 addition & 1 deletion aur/aur.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: aur
version: 7.0.5
version: 7.0.6
synopsis: Access metadata from the Arch Linux User Repository.
description:
Access package information from Arch Linux's AUR via its RPC interface. The
Expand Down
2 changes: 1 addition & 1 deletion aur/tests/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ suite m = testGroup "RPC Calls"
]

infoTest :: Manager -> Assertion
infoTest m = info m ["aura", "aura-bin", "libc++"] >>= \x -> (length <$> x) @?= Right 3
infoTest m = info m ["aura", "aura-bin"] >>= \x -> (length <$> x) @?= Right 2

infoTest' :: Manager -> Assertion
infoTest' m = info m ["aura1234567"] >>= \x -> (null <$> x) @?= Right True
Expand Down

0 comments on commit ae0bf56

Please sign in to comment.