summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-07-18 17:39:35 -0500
committerLuis Martinez2021-07-18 17:39:35 -0500
commit9d65ba66cb2465359861fe6cfbbdbdce40b594a1 (patch)
tree6e9689e454264774f4fbdcc4e07ac7525b8c034c
parentbdb2517374409e3c78c3054ab2c6d75407bf2585 (diff)
downloadaur-9d65ba66cb2465359861fe6cfbbdbdce40b594a1.tar.gz
add x86 support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41a786d486ca..8925d0a0cac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = gomi
pkgdesc = An rm alternative written in Go
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/b4b4r07/gomi
arch = x86_64
+ arch = i686
+ arch = pentium4
license = MIT
makedepends = go
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 30f0c7832d23..bc9e4b1b7e51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=gomi
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="An rm alternative written in Go"
-arch=('x86_64')
+arch=('x86_64' 'i686' 'pentium4')
url="https://github.com/b4b4r07/gomi"
license=('MIT')
depends=('glibc')