summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryellowsink2021-07-17 20:40:09 +0100
committeryellowsink2021-07-17 20:40:09 +0100
commit433996be4b4c12b507680e3945ee9461c8a9a463 (patch)
tree289a6bff799993bef555ff1df1d2a62ce0e95107
parentc676ba0ac465135e4325ce5a5c0b3bb8df54a7c8 (diff)
downloadaur-433996be4b4c12b507680e3945ee9461c8a9a463.tar.gz
2.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c33d694a62e0..8248d15522b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = armcord-bin
pkgdesc = Discord client for lower end and ARM devices.
- pkgver = 2.4
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/smartfrigde/armcord
- arch = arm64
+ arch = x86_64
+ arch = aarch64
license = MIT
options = !strip
- source = https://github.com/smartfrigde/armcord/releases/download/2.4/armcord-linux-arm64.tar.gz
sha256sums = 022c6944ee1111e657b8d9899a2c7fd92f6dc42a34e6f08e4aa54a0f844a7c6f
+ source_x86_64 = https://github.com/smartfrigde/armcord/releases/download/v2.5.0/ArmCord-2.5.0.tar.gz
pkgname = armcord-bin
-
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"