summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'