adjust recipes for master branch

This commit is contained in:
MarkusVolk
2021-11-23 17:16:27 +01:00
parent a085eda094
commit b6eac48695
43 changed files with 44 additions and 47 deletions

View File

@ -3,7 +3,7 @@ LICENSE = "WTFPL"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/WTFPL;md5=7993e3336259bdb618ad5a1afc872165"
SRC_URI = " \
git://github.com/ammgws/autotiling-rs.git;protocol=https \
git://github.com/ammgws/autotiling-rs.git;protocol=https;branch=master \
crate://crates.io/clap/2.33.3 \
crate://crates.io/swayipc/2.7.2 \
crate://crates.io/bitflags/1.2.1 \

View File

@ -3,7 +3,7 @@ LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
SRC_URI = " \
git://github.com/nwg-piotr/autotiling.git;protocol=https \
git://github.com/nwg-piotr/autotiling.git;protocol=https;branch=master \
"
DEPENDS = "python3-wheel-native"