@eshanized updated the repository 🎉

This commit is contained in:
eshanized
2024-04-15 23:27:48 +05:30
parent ba4f5f5025
commit 77da1d44db
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
pkgname=snigdhaos-powershell pkgname=snigdhaos-powershell
org="Snigdha-OS" org="Snigdha-OS"
branch="master" branch="master"
pkgver=1 pkgver=r75.ba4f5f5
pkgrel=1 pkgrel=1
pkgdesc="Snigdha OS PowerShell Config!" pkgdesc="Snigdha OS PowerShell Config!"
arch=('any') arch=('any')
@@ -12,7 +12,7 @@ depends=(
'powershell-bin' 'powershell-bin'
) )
source=( source=(
"$pkgname.tar.gz" "$pkgname.tar.xz"
"${pkgname}.desktop" "${pkgname}.desktop"
) )
sha256sums=( sha256sums=(
@@ -31,4 +31,4 @@ package(){
rm "${pkgdir}/usr/share/applications/snigdhaos-powershell.desktop" rm "${pkgdir}/usr/share/applications/snigdhaos-powershell.desktop"
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop" install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
} }