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 d3c458e3e19f..e56eca4caa15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = bottles
pkgver = 2.1.0.5
pkgrel = 1
url = https://github.com/bottlesdevs/Bottles
- arch = any
+ arch = x86_64
license = GPL3
makedepends = meson
makedepends = ninja
diff --git a/PKGBUILD b/PKGBUILD
index 4dd2d153d65b..b020f62281a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=bottles
pkgver=2.1.0.5
pkgrel=1
pkgdesc='Easily manage wineprefix'
-arch=('any')
+arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
depends=('hicolor-icon-theme' 'dconf' 'python')