summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-06-15 08:23:36 -0600
committerMark Wagie2021-06-15 08:23:36 -0600
commit92ea795c42193cc1da84d7770253494fe4f89836 (patch)
tree224f3ccfda79b828a1e5542ce79d65d705ffca19
parent753b1b29222ebe2c08ee6bdd4fe41d706d42427e (diff)
downloadaur-92ea795c42193cc1da84d7770253494fe4f89836.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 44062a275fd9..f5f18be3aed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = webapp-manager-git
pkgver = 1.1.4.r0.g6cc4f29
pkgrel = 1
url = https://github.com/linuxmint/webapp-manager
- arch = x86_64
+ arch = any
license = GPL
makedepends = git
depends = python-beautifulsoup4
diff --git a/PKGBUILD b/PKGBUILD
index 70969793d4af..d656e39b0dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=webapp-manager-git
pkgver=1.1.4.r0.g6cc4f29
pkgrel=1
pkgdesc="Run websites as if they were apps."
-arch=('x86_64')
+arch=('any')
url="https://github.com/linuxmint/webapp-manager"
license=('GPL')
depends=('python-beautifulsoup4' 'python-configobj' 'python-gobject' 'python-pillow'