mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-21 20:56:19 +00:00
5cb21f0aab
No commit in over 5 years: https://www.opencode.net/dfn2/ocs-url Part of #10854
10 lines
390 B
Diff
10 lines
390 B
Diff
--- a/scripts/prepare
|
|
+++ b/scripts/prepare
|
|
@@ -3,5 +3,5 @@
|
|
PROJDIR="$(cd "$(dirname "${0}")/../" && pwd)"
|
|
|
|
if [[ ! -d "${PROJDIR}/lib/qtil" ]]; then
|
|
- git clone https://github.com/akiraohgaki/qtil.git -b release-0.4.0 --single-branch --depth=1 "${PROJDIR}/lib/qtil"
|
|
+ git clone https://github.com/akiraohgaki/qtil.git -b v0.4.0 --single-branch --depth=1 "${PROJDIR}/lib/qtil"
|
|
fi
|