Updates to 1.5-beta

This commit is contained in:
Nemo 2018-02-28 00:29:21 +05:30
parent 1501fab4a4
commit c1a9ea981f
2 changed files with 11 additions and 11 deletions

View File

@ -1,23 +1,22 @@
pkgbase = signal-desktop-beta-bin pkgbase = signal-desktop-beta-bin
pkgdesc = Private messaging from your desktop pkgdesc = Private messaging from your desktop
pkgver = 1.4.0beta.1 pkgver = 1.5.0beta.1
pkgrel = 1 pkgrel = 1
url = https://github.com/WhisperSystems/Signal-Desktop#readme url = https://github.com/WhisperSystems/Signal-Desktop#readme
install = signal-desktop-beta-bin.install install = signal-desktop-beta-bin.install
arch = x86_64 arch = x86_64
license = GPL3 license = GPL3
depends = desktop-file-utils
depends = gconf depends = gconf
depends = hicolor-icon-theme depends = gtk2
depends = libappindicator-gtk2
depends = libnotify depends = libnotify
depends = libxss
depends = libxtst depends = libxtst
depends = nss depends = nss
depends = xdg-utils
depends = libxss
options = !strip options = !strip
options = !emptydirs options = !emptydirs
source = https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop-beta/signal-desktop-beta_1.4.0-beta.1_amd64.deb source = https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop-beta/signal-desktop-beta_1.5.0-beta.1_amd64.deb
sha512sums = 72becf5c4ad3090c3cdc386e6872b7b17b77cca4b3e01cf492e3be8a99ab49e7b81ffdd02db215f7c6620c7237e92a94904e87aa7e16127a8d83a5680e99dfbe sha512sums = c70f1124b8fd701c6961253ad881d86fa1a250b51640edb553e578ff586daeccc0f63706767671f13fccc19efd533584f0378f208093ac744d05d955bbb571e9
pkgname = signal-desktop-beta-bin pkgname = signal-desktop-beta-bin

View File

@ -1,16 +1,17 @@
# Maintainer: Nemo <archlinux at captnemo dot in> # Maintainer: Nemo <archlinux at captnemo dot in>
pkgname=signal-desktop-beta-bin pkgname=signal-desktop-beta-bin
pkgver=1.4.0beta.1 pkgver=1.5.0beta.1
pkgrel=1 pkgrel=1
pkgdesc="Private messaging from your desktop" pkgdesc="Private messaging from your desktop"
arch=('x86_64') arch=('x86_64')
url="https://github.com/WhisperSystems/Signal-Desktop#readme" url="https://github.com/WhisperSystems/Signal-Desktop#readme"
license=('GPL3') license=('GPL3')
depends=('desktop-file-utils' 'gconf' 'hicolor-icon-theme' 'libappindicator-gtk2' 'libnotify' 'libxss' 'libxtst' 'nss') depends=('gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'xdg-utils' 'libxss')
options=('!strip' '!emptydirs') options=('!strip' '!emptydirs')
install=${pkgname}.install install=${pkgname}.install
source=("https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop-beta/signal-desktop-beta_1.4.0-beta.1_amd64.deb") source=("https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop-beta/signal-desktop-beta_1.5.0-beta.1_amd64.deb")
sha512sums=('72becf5c4ad3090c3cdc386e6872b7b17b77cca4b3e01cf492e3be8a99ab49e7b81ffdd02db215f7c6620c7237e92a94904e87aa7e16127a8d83a5680e99dfbe') sha512sums=('c70f1124b8fd701c6961253ad881d86fa1a250b51640edb553e578ff586daeccc0f63706767671f13fccc19efd533584f0378f208093ac744d05d955bbb571e9')
package(){ package(){
# Extract package data # Extract package data
tar xf data.tar.xz -C "${pkgdir}" tar xf data.tar.xz -C "${pkgdir}"