summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2020-10-08 11:54:47 +0100
committergrufo2020-10-08 11:54:47 +0100
commitca658d59f7aa40886ca6eac7ad2baac7d3431c45 (patch)
tree3fdc03986cc6fafb89fb344447a9a61d64fe4e63
parent2f9d6b540776eb23fb64bf6b2fcda4d86c07ba30 (diff)
downloadaur-ca658d59f7aa40886ca6eac7ad2baac7d3431c45.tar.gz
Set the $arch variable correctly
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09ddc10fdc09..785cc39ad762 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = nautilus-launch
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/madmurphy/nautilus-launch
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
makedepends = pkgconf
makedepends = intltool
diff --git a/PKGBUILD b/PKGBUILD
index 7e95f9861adf..570785b75362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname='nautilus-launch'
pkgver='0.1.0'
pkgrel=1
pkgdesc='A simple Nautilus extension that allows to run executables and launchers via right-click menu'
-arch=('any')
+arch=('i686' 'x86_64')
url='https://github.com/madmurphy/nautilus-launch'
license=('GPL')
depends=('glib2' 'libnautilus-extension')