mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 05:14:22 +01:00
update to 0.9.6
This commit is contained in:
parent
2a815be505
commit
b0c7fc9f0f
2 changed files with 9 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -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.9.5
|
||||
pkgver = 0.9.6
|
||||
pkgrel = 1
|
||||
url = https://hugin.chat/
|
||||
arch = x86_64
|
||||
license = GPL-3.0-only
|
||||
depends = electron30
|
||||
provides = hugin-messenger=0.9.5
|
||||
provides = hugin-messenger=0.9.6
|
||||
conflicts = hugin-messenger
|
||||
source = hugin-messenger-0.9.5.deb::https://github.com/kryptokrona/hugin-desktop/releases/download/0.9.5/hugin-messenger_0.9.5_amd64.deb
|
||||
source = hugin-messenger-0.9.6.deb::https://github.com/kryptokrona/hugin-desktop/releases/download/0.9.6/hugin-messenger_0.9.6_amd64.deb
|
||||
source = hugin-messenger.sh
|
||||
sha256sums = 3e66a105529542fc4d1e0fde131af12d8a5839982d9b681c3e0d8b62de2ce253
|
||||
sha256sums = aefa89546a942155f8bfb67868930a5899fce526b622f9a5f92862c24eac1e4f
|
||||
sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980
|
||||
|
||||
pkgname = hugin-messenger-bin
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
|
||||
pkgname=hugin-messenger-bin
|
||||
_pkgname='Hugin Messenger'
|
||||
pkgver=0.9.5
|
||||
pkgver=0.9.6
|
||||
_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=('3e66a105529542fc4d1e0fde131af12d8a5839982d9b681c3e0d8b62de2ce253'
|
||||
sha256sums=('aefa89546a942155f8bfb67868930a5899fce526b622f9a5f92862c24eac1e4f'
|
||||
'291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980')
|
||||
prepare() {
|
||||
sed -i -e "
|
||||
|
|
@ -33,7 +33,8 @@ prepare() {
|
|||
s/\"\/opt\/${_pkgname}\/${pkgname%-bin}\"/${pkgname%-bin}/g
|
||||
s/Utility/Network/g
|
||||
" "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"
|
||||
find "${srcdir}/opt/${_pkgname}/resources" -type d -name "*arm*" -exec rm -rf {} +
|
||||
find "${srcdir}/opt/${_pkgname}/resources" -type d \( -name "*arm*" -o -name "linux-ia32" \) -exec rm -rf {} +
|
||||
ln -sf "/usr/bin/python3" "${srcdir}/opt/${_pkgname}/resources/app.asar.unpacked/node_modules/usb/build/node_gyp_bins/python3"
|
||||
}
|
||||
package() {
|
||||
install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"
|
||||
|
|
@ -41,4 +42,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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue