Add python-fasteners as dep

This commit is contained in:
Rudra Saraswat 2023-05-16 18:07:56 +05:30
parent 49cfd6021e
commit eeb5148d35

View file

@ -2,7 +2,7 @@
pkgname='akshara-git' pkgname='akshara-git'
pkgver=r33.e380b80 pkgver=r33.e380b80
pkgrel=1 pkgrel=2
pkgdesc="An update system for operating systems" pkgdesc="An update system for operating systems"
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
url="https://github.com/blend-os/blend" url="https://github.com/blend-os/blend"
@ -11,7 +11,7 @@ makedepends=("electron${_electronversion}" 'git' 'npm' 'base-devel')
source=('git+https://github.com/blend-os/akshara.git') source=('git+https://github.com/blend-os/akshara.git')
sha256sums=('SKIP') sha256sums=('SKIP')
depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'squashfs-tools' 'p7zip' 'zsync') depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'squashfs-tools' 'p7zip' 'zsync')
provides=("${pkgname%-git}") provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}") conflicts=("${pkgname%-git}")