update to 0.6.4

This commit is contained in:
zxp19821005 2024-11-22 10:10:28 +08:00
parent 67667cacc1
commit e39e6e5e11
2 changed files with 7 additions and 7 deletions

View file

@ -1,16 +1,16 @@
pkgbase = hugin-messenger-bin
pkgdesc = The new version of the private messaging desktop application powered by the Kryptokrona Blockchain.(Prebuilt version.Use system-wide electron)
pkgver = 0.6.3
pkgver = 0.6.4
pkgrel = 1
url = https://hugin.chat/
arch = x86_64
license = GPL-3.0-only
depends = electron19
provides = hugin-messenger=0.6.3
provides = hugin-messenger=0.6.4
conflicts = hugin-messenger
source = hugin-messenger-0.6.3.deb::https://github.com/kryptokrona/hugin-desktop/releases/download/0.6.3/hugin-messenger_0.6.3_amd64.deb
source = hugin-messenger-0.6.4.deb::https://github.com/kryptokrona/hugin-desktop/releases/download/0.6.4/hugin-messenger_0.6.4_amd64.deb
source = hugin-messenger.sh
sha256sums = 638c3353ce5a58688cbc369b84ea549151edb287bd2f446a5832d1e3111fe932
sha256sums = 51c17716a2bf2b7f02bfe8cd475fa84656f0e3b922a08077ba57046c688718d1
sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980
pkgname = hugin-messenger-bin

View file

@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=hugin-messenger-bin
_pkgname="Hugin Messenger"
pkgver=0.6.3
pkgver=0.6.4
_electronversion=19
pkgrel=1
pkgdesc="The new version of the private messaging desktop application powered by the Kryptokrona Blockchain.(Prebuilt version.Use system-wide electron)"
@ -18,7 +18,7 @@ source=(
"${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
"${pkgname%-bin}.sh"
)
sha256sums=('638c3353ce5a58688cbc369b84ea549151edb287bd2f446a5832d1e3111fe932'
sha256sums=('51c17716a2bf2b7f02bfe8cd475fa84656f0e3b922a08077ba57046c688718d1'
'291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980')
build() {
sed -e "
@ -41,4 +41,4 @@ package() {
cp -Pr --no-preserve=ownership "${srcdir}/opt/${_pkgname}/resources/"{app.asar.unpacked,bin} "${pkgdir}/usr/lib/${pkgname%-bin}"
install -Dm644 "${srcdir}/usr/share/icons/hicolor/0x0/apps/${pkgname%-bin}.png" -t "${pkgdir}/usr/share/pixmaps"
install -Dm644 "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
}
}