update to 1.0.5

This commit is contained in:
zxp19821005 2025-06-16 11:14:25 +08:00
parent ac295e16ff
commit 2e11c6217d
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 = 1.0.4
pkgver = 1.0.5
pkgrel = 1
url = https://hugin.chat/
arch = x86_64
license = GPL-3.0-only
depends = electron30
provides = hugin-messenger=1.0.4
provides = hugin-messenger=1.0.5
conflicts = hugin-messenger
source = hugin-messenger-1.0.4.deb::https://github.com/kryptokrona/hugin-desktop/releases/download/1.0.4/hugin-messenger_1.0.4_amd64.deb
source = hugin-messenger-1.0.5.deb::https://github.com/kryptokrona/hugin-desktop/releases/download/1.0.5/hugin-messenger_1.0.5_amd64.deb
source = hugin-messenger.sh
sha256sums = 4c4ccfe23821ee912f520bc6f6d38ccd29ddde0057c74fe73f375cfb7a393359
sha256sums = 2585eeb1c860d9fd2bd03f2c4aac26a0cb8ee02cbb3e8aeeca0d76a2ec07f46a
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=1.0.4
pkgver=1.0.5
_electronversion=30
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=('4c4ccfe23821ee912f520bc6f6d38ccd29ddde0057c74fe73f375cfb7a393359'
sha256sums=('2585eeb1c860d9fd2bd03f2c4aac26a0cb8ee02cbb3e8aeeca0d76a2ec07f46a'
'291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980')
prepare() {
sed -i -e "
@ -43,4 +43,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"
}
}