mirror of
https://github.com/archlinux/aur.git
synced 2026-03-13 23:14:11 +01:00
update to 0.6.2
This commit is contained in:
parent
64847a0a4b
commit
ff1573dead
2 changed files with 7 additions and 7 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.6.1
|
||||
pkgver = 0.6.2
|
||||
pkgrel = 1
|
||||
url = https://hugin.chat/
|
||||
arch = x86_64
|
||||
license = GPL-3.0-only
|
||||
depends = electron19
|
||||
provides = hugin-messenger=0.6.1
|
||||
provides = hugin-messenger=0.6.2
|
||||
conflicts = hugin-messenger
|
||||
source = hugin-messenger-0.6.1.deb::https://github.com/kryptokrona/hugin-desktop/releases/download/0.6.1/hugin-messenger_0.6.1_amd64.deb
|
||||
source = hugin-messenger-0.6.2.deb::https://github.com/kryptokrona/hugin-desktop/releases/download/0.6.2/hugin-messenger_0.6.2_amd64.deb
|
||||
source = hugin-messenger.sh
|
||||
sha256sums = 667cc43120b9e6cc5bb83690c48aa9668da3bf0352ee9ea6dd40a3995ae55c45
|
||||
sha256sums = cc5044f550e313e1f3c915f0ebf68ebaa2264efccff566f0d362b30bd084d6c6
|
||||
sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980
|
||||
|
||||
pkgname = hugin-messenger-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
|
||||
pkgname=hugin-messenger-bin
|
||||
_pkgname="Hugin Messenger"
|
||||
pkgver=0.6.1
|
||||
pkgver=0.6.2
|
||||
_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=('667cc43120b9e6cc5bb83690c48aa9668da3bf0352ee9ea6dd40a3995ae55c45'
|
||||
sha256sums=('cc5044f550e313e1f3c915f0ebf68ebaa2264efccff566f0d362b30bd084d6c6'
|
||||
'291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980')
|
||||
build() {
|
||||
sed -e "
|
||||
|
|
@ -40,4 +40,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