summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNemo2023-01-27 23:06:46 +0530
committerNemo2023-01-27 23:06:46 +0530
commitbf0d0b6ae79a7b69913169a570d70b8f62744c8b (patch)
tree99fcac0ddad4d97f0095c6929b536c2cfed0f088
parenteebd2108fbecc8dff25a9638626a42d739eef6aa (diff)
downloadaur-bf0d0b6ae79a7b69913169a570d70b8f62744c8b.tar.gz
Fix package arch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62c2158fcd69..bd868c1d1f1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index adc0245f7efa..369d91b46137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')