chore: add arch-install-scripts as dep
This commit is contained in:
parent
c68c26f72c
commit
6ee3a53ea2
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Rudra Saraswat <rs2009@ubuntu.com>
|
||||
|
||||
pkgname='akshara-git'
|
||||
pkgver=r33.e380b80
|
||||
pkgrel=2
|
||||
pkgver=r59.9f2f25b
|
||||
pkgrel=1
|
||||
pkgdesc="An update system for operating systems"
|
||||
arch=('x86_64' 'i686')
|
||||
url="https://github.com/blend-os/blend"
|
||||
|
@ -11,7 +11,7 @@ makedepends=('git' 'base-devel')
|
|||
source=('git+https://git.blendos.co/blendOS/system-tools/akshara')
|
||||
sha256sums=('SKIP')
|
||||
|
||||
depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'python-yaml' 'squashfs-tools' 'wget' 'python-requests')
|
||||
depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'python-yaml' 'squashfs-tools' 'wget' 'python-requests' 'arch-install-scripts')
|
||||
provides=("${pkgname%-git}")
|
||||
conflicts=("${pkgname%-git}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue