From c72b2de3794c7c5100cc8e007b3c199a2f237fe6 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 22 Oct 2019 10:35:37 +0300 Subject: Use github.com/Taywee/args to parse command line - This adds 3rd-party/args/args.git subrepository --- linux/makepkg/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 9a4d13a..4fed183 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -18,9 +18,11 @@ makedepends=('git' 'meson' 'boost' 'python-kconfiglib' 'openssl' 'qt5-tools' 'sc # this is the central repository source=("git+https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote.git" - "git+https://github.com/itay-grudev/SingleApplication.git") + "git+https://github.com/itay-grudev/SingleApplication.git" + "git+https://github.com/Taywee/args") sha512sums=('SKIP' + 'SKIP' 'SKIP') #validgpgkeys=(# Aqua-sama @@ -42,6 +44,8 @@ prepare() { git submodule init git config submodule.3rd-party/SingleApplication/SingleApplication.git.url $srcdir/SingleApplication git submodule update 3rd-party/SingleApplication/SingleApplication.git + git config submodule.3rd-party/args/args.git.url $srcdir/args + git submodule update 3rd-party/args/args.git } pkgver() { -- cgit v1.2.1