Fix package arch

This commit is contained in:
Nemo 2023-01-27 23:06:46 +05:30
parent eebd2108fb
commit bf0d0b6ae7
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
pkgbase = signal-desktop-beta-bin
pkgdesc = Private messaging from your desktop
pkgver = 6.4.0beta.2
pkgrel = 1
pkgrel = 2
url = https://github.com/WhisperSystems/Signal-Desktop#readme
install = signal-desktop-beta-bin.install
arch = aarch64
arch = x86_64
license = GPL3
depends = gtk2
depends = libnotify

View File

@ -1,8 +1,8 @@
# Maintainer: Nemo <archlinux at captnemo dot in>
pkgname=signal-desktop-beta-bin
pkgrel=1
pkgrel=2
pkgdesc="Private messaging from your desktop"
arch=('aarch64')
arch=('x86_64')
url="https://github.com/WhisperSystems/Signal-Desktop#readme"
license=('GPL3')
depends=('gtk2' 'libnotify' 'libxtst' 'nss' 'xdg-utils' 'libxss')