summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2017-09-22 06:59:14 -0400
committerDaniel M. Capella2017-09-22 06:59:14 -0400
commitb337a014883bd44b5f9173ce080629ef18c9f99b (patch)
tree5c9eceb33b638d054c22e4cc418859cf028e068d
parent7e3548fff7edbd36f47d7b66f8da7de1f7082db4 (diff)
downloadaur-b337a014883bd44b5f9173ce080629ef18c9f99b.tar.gz
Specify arch. this is known to build on
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 762dae4e9d51..9f8b01fea859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.0.r33.g6f7b2f4
pkgrel=1
pkgdesc='Weather app for the terminal'
url=https://github.com/schachmat/wego
-arch=('any')
+arch=('x86_64')
license=('ISC')
makedepends=('git' 'go')
source=("wego-$pkgver.tar.gz::$url/archive/$_commit.tar.gz")