mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
Update AUR package
This commit is contained in:
parent
b4ed0e0942
commit
ed73ce7710
1 changed files with 2 additions and 4 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -10,9 +10,7 @@ depends=('fuse2')
|
|||
source=(
|
||||
"https://github.com/WCY-dt/MrRSS/releases/download/v${pkgver}/MrRSS-${pkgver}-linux-amd64.AppImage"
|
||||
)
|
||||
sha512sums=(
|
||||
'66d6585a625580ad3956b31dfd01c0eb727ce7228faa90f76f69935f58bcbc010ee140fcdcc9defdcac7f403db113f1bab5e58f779aef4e645cf7523e81cfe11'
|
||||
)
|
||||
sha512sums=('66d6585a625580ad3956b31dfd01c0eb727ce7228faa90f76f69935f58bcbc010ee140fcdcc9defdcac7f403db113f1bab5e58f779aef4e645cf7523e81cfe11')
|
||||
|
||||
_installdir=/opt/mrrss
|
||||
|
||||
|
|
@ -27,4 +25,4 @@ package() {
|
|||
install -Dm755 "MrRSS-${pkgver}-linux-amd64.AppImage" "${pkgdir}/${_installdir}/MrRSS.AppImage"
|
||||
install -Dm644 "squashfs-root/MrRSS.png" "${pkgdir}/usr/share/icons/hicolor/apps/MrRSS.png"
|
||||
install -Dm644 "squashfs-root/MrRSS.desktop" "${pkgdir}/usr/share/applications/MrRSS.desktop"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue