summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-10-04 21:14:27 -0600
committerMark Wagie2021-10-04 21:14:27 -0600
commit1532226cb3f7f3b7fdeebf32d9730bbd32831f22 (patch)
tree0521949c2bd6d05024ba6aaca6461bd94a4255e1
parent8dcb7695105c16b0433ef8c9e1d68cf3f7a5f02b (diff)
downloadaur-1532226cb3f7f3b7fdeebf32d9730bbd32831f22.tar.gz
add ARM64 support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4000030abc0c..91193ac39138 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = pop-shell-shortcuts-git
pkgdesc = Application for displaying and demoing Pop Shell shortcuts
- pkgver = r27.a653635
+ pkgver = r30.52cc83f
pkgrel = 1
epoch = 1
url = https://github.com/pop-os/shell-shortcuts
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = cargo
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index ed8540961c64..4f6ec3f8c32f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: ftsell <aur@finn-thorben.me>
pkgname=pop-shell-shortcuts-git
-pkgver=r27.a653635
+pkgver=r30.52cc83f
pkgrel=1
epoch=1
pkgdesc="Application for displaying and demoing Pop Shell shortcuts"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/pop-os/shell-shortcuts"
license=('GPL3')
depends=('gtk3')