diff --git a/common/snigdhaos-powershell/PKGBUILD b/common/snigdhaos-powershell/PKGBUILD index 7f17260f..8a672283 100644 --- a/common/snigdhaos-powershell/PKGBUILD +++ b/common/snigdhaos-powershell/PKGBUILD @@ -5,4 +5,10 @@ pkgver=1 pkgrel=1 pkgdesc="Snigdha OS PowerShell Config!" arch=('any') -license=('MIT') \ No newline at end of file +license=('MIT') +depends=( + 'powershell-bin' +) +source=( + "$pkgname.tar.gz" +) \ No newline at end of file