Skip to content

Commit 8a71083

Browse files
committed
Skip broken Arch Linux packaging
1 parent 6c3dda7 commit 8a71083

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
ddgr v1.9
2-
2020-07-21
2+
2020-07-26
33

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

910
-------------------------------------------------------------------------------
1011

packagecore.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ commands:
77
install:
88
- make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}"
99
packages:
10-
archlinux:
11-
builddeps:
12-
- make
13-
deps:
14-
- python
10+
# archlinux:
11+
# builddeps:
12+
# - make
13+
# deps:
14+
# - python
1515
centos7.5:
1616
builddeps:
1717
- make

0 commit comments

Comments
 (0)