summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-06-15 08:25:02 -0600
committerMark Wagie2021-06-15 08:25:02 -0600
commit26288e3cd97942430718bdfe8c0edf1519f0bb0c (patch)
tree40bc57764347e85ee4383e3295a669d0515e396d
parent2fa92a27610eff78a44bf45aca57e726906b06a3 (diff)
downloadaur-26288e3cd97942430718bdfe8c0edf1519f0bb0c.tar.gz
Correct architecture
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3edd9030fa54..a5694b586cb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = sticky-git
pkgver = 1.0.r0.g82db5a5
pkgrel = 1
url = https://github.com/collinss/sticky
- arch = x86_64
+ arch = any
license = GPL
makedepends = git
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 2568b5994229..5878aac66acd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=sticky-git
pkgver=1.0.r0.g82db5a5
pkgrel=1
pkgdesc="A sticky notes app for the Linux desktop"
-arch=('x86_64')
+arch=('any')
url="https://github.com/collinss/sticky"
license=('GPL')
depends=('gtk3' 'xapps' 'gspell' 'python-gobject' 'python-xapp')