From 2618d6dc854f49d984e25a688755daefacecb96f Mon Sep 17 00:00:00 2001 From: Rudra Saraswat Date: Wed, 24 May 2023 15:47:51 +0530 Subject: [PATCH] feat: make packaging compatible with build tools --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index f013888..7f80cbc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ arch=('x86_64' 'i686') url="https://github.com/blend-os/blend" license=('GPL3') makedepends=("electron${_electronversion}" 'git' 'npm' 'base-devel') -source=('git+https://github.com/blend-os/akshara.git') +source=('git+file://[BASE_ASSEMBLE_PATH]/projects/akshara') sha256sums=('SKIP') depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'squashfs-tools' 'p7zip' 'zsync')