Add python-fasteners as dep
This commit is contained in:
parent
49cfd6021e
commit
eeb5148d35
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname='akshara-git'
|
||||
pkgver=r33.e380b80
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An update system for operating systems"
|
||||
arch=('x86_64' 'i686')
|
||||
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')
|
||||
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}")
|
||||
conflicts=("${pkgname%-git}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue