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