chore: add arch-install-scripts as dep

This commit is contained in:
Rudra B.S. 2023-11-24 08:57:15 +05:30
parent c68c26f72c
commit 6ee3a53ea2

View file

@ -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}")