Skip to content

Commit

Permalink
Skip broken Arch Linux packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jul 25, 2020
1 parent 6c3dda7 commit 8a71083
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
ddgr v1.9
2020-07-21
2020-07-26

- Fix breakage due to changes required in POST method
- Support wayland native copier `wl-copy` for url copy
- Unblock GUI browsers on WSL
- Update auto-generated package list
- Skip broken Arch Linux packaging (https://github.com/BytePackager issue #204)

-------------------------------------------------------------------------------

Expand Down
10 changes: 5 additions & 5 deletions packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ commands:
install:
- make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}"
packages:
archlinux:
builddeps:
- make
deps:
- python
# archlinux:
# builddeps:
# - make
# deps:
# - python
centos7.5:
builddeps:
- make
Expand Down

3 comments on commit 8a71083

@jarun
Copy link
Owner Author

@jarun jarun commented on 8a71083 Jul 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eclipseo, @pabloariasal, @szlin, @zmwangx ddgr v1.9 is released! Please update the channels.

@szlin
Copy link
Collaborator

@szlin szlin commented on 8a71083 Jul 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun The new version of ddgr has been updated.

@jarun
Copy link
Owner Author

@jarun jarun commented on 8a71083 Jul 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Lin!

Please sign in to comment.