We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3dda7 commit 8a71083Copy full SHA for 8a71083
2 files changed
CHANGELOG
@@ -1,10 +1,11 @@
1
ddgr v1.9
2
-2020-07-21
+2020-07-26
3
4
- Fix breakage due to changes required in POST method
5
- Support wayland native copier `wl-copy` for url copy
6
- Unblock GUI browsers on WSL
7
- Update auto-generated package list
8
+- Skip broken Arch Linux packaging (https://github.com/BytePackager issue #204)
9
10
-------------------------------------------------------------------------------
11
packagecore.yaml
@@ -7,11 +7,11 @@ commands:
install:
- make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}"
packages:
- archlinux:
- builddeps:
12
- - make
13
- deps:
14
- - python
+# archlinux:
+# builddeps:
+# - make
+# deps:
+# - python
15
centos7.5:
16
builddeps:
17
- make
0 commit comments