chore: Remove TERMUX_PKG_GIT_BRANCH

Not necessary, as its value is the default
This commit is contained in:
Elliana May 2022-02-09 21:57:39 +08:00 committed by xtkoba
parent 441a28dc47
commit 4f6839da94
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ TERMUX_PKG_DESCRIPTION="An in-process SQL OLAP database management system"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.3.2
TERMUX_PKG_GIT_BRANCH=v$TERMUX_PKG_VERSION
# we clone to retain the .git directory, to ensure the version in the built executable is correctly populated
TERMUX_PKG_SRCURL=https://github.com/duckdb/duckdb.git
TERMUX_PKG_DEPENDS="libc++"