summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryellowsink2021-07-17 20:40:09 +0100
committeryellowsink2021-07-17 20:40:09 +0100
commit433996be4b4c12b507680e3945ee9461c8a9a463 (patch)
tree289a6bff799993bef555ff1df1d2a62ce0e95107 /PKGBUILD
parentc676ba0ac465135e4325ce5a5c0b3bb8df54a7c8 (diff)
downloadaur-433996be4b4c12b507680e3945ee9461c8a9a463.tar.gz
2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a392e748835..60f6037cd1ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
## Maintainer: Cain Atkinson <yellowsink@protonmail.com>
pkgname=armcord-bin
-pkgver=2.4
+pkgver=2.5.0
pkgrel=1
pkgdesc="Discord client for lower end and ARM devices."
-arch=('arm64')
+arch=('x86_64' 'aarch64')
url="https://github.com/smartfrigde/armcord"
license=('MIT')
options=(!strip)
-source=("https://github.com/smartfrigde/armcord/releases/download/2.4/armcord-linux-arm64.tar.gz")
+source_x86_64=("https://github.com/smartfrigde/armcord/releases/download/v2.5.0/ArmCord-2.5.0.tar.gz")
sha256sums=("022c6944ee1111e657b8d9899a2c7fd92f6dc42a34e6f08e4aa54a0f844a7c6f")
package() {
# enter directory
- cd "$srcdir/armcord-linux-arm64"
+ cd "$srcdir/ArmCord-2.5.0"
# move all files to the appropriate place
mkdir -p "$pkgdir/opt/armcord"