summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-08-17 00:57:38 +0200
committerhaawda2020-08-17 00:57:38 +0200
commit376e39c3544362966dbdd3d1724d42c969100372 (patch)
tree13f47dbda2a57f82b2bf3b59b0eea802598f8adb /PKGBUILD
parentea9db065c57405f052988ad1389fb1b0d3730ff2 (diff)
downloadaur-gush-git.tar.gz
fix: package is not architecture-independent
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e2f16c70190..487a3d4db696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=gush-git
pkgver=0.1.0.r1.g755f5b4
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Genetic programming / stack based language on top of Guile"
-arch=('any')
+arch=('x86_64')
url="https://gitlab.com/dustyweb/gush"
license=('GPL')
depends=('guile')