summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2023-01-28 03:55:42 +0530
committertxtsd2023-01-28 03:55:42 +0530
commit37871c9e11d6de873c1b449dcb473301ba5858be (patch)
tree2fc21ff4547968f9ee6604156c40c0362dde7bcd
parent3ca854da05576b8fa59fee519fe4a16bea558c5b (diff)
downloadaur-37871c9e11d6de873c1b449dcb473301ba5858be.tar.gz
upgpkg: gtkcord4-git r149.177dee4-1
List correct supported architectures Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1788d09943f..4f66c161e222 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = gtkcord4-git
pkgdesc = Discord client written in go and gtk4
- pkgver = r146.ec043ca
+ pkgver = r149.177dee4
pkgrel = 1
url = https://github.com/diamondburned/gtkcord4
- arch = any
+ arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index 4226f415b685..076975359b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=gtkcord4-git
_pkgname=gtkcord4
-pkgver=r146.ec043ca
+pkgver=r149.177dee4
pkgrel=1
pkgdesc='Discord client written in go and gtk4'
-arch=('any')
+arch=('x86_64' 'aarch64')
url='https://github.com/diamondburned/gtkcord4'
license=('GPL3')
depends=('gtk4' 'gobject-introspection')