summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustanoobcoder2020-05-17 09:49:22 +0700
committerjustanoobcoder2020-05-17 09:49:22 +0700
commitd979764cc5f4f51d84a050e8cc79afeafcfac7be (patch)
tree3eb57017ae7d78420b2921281937ce2b14c5519d
parent9d20dfc4adb1abbfc9f3c69a538699f90bdd43d5 (diff)
downloadaur-d979764cc5f4f51d84a050e8cc79afeafcfac7be.tar.gz
change arch to any
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1df0182c5809..222a805f1774 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = srfetch-git
pkgver = 7.0.0.r4.653e5ad
pkgrel = 1
url = https://gitlab.com/justanoobcoder/srfetch.git
- arch = x86_64
- arch = i686
+ arch = any
license = MIT
makedepends = make
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index d02846842cb8..ba2470c7c57f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _dir=srfetch
pkgver=7.0.0.r4.653e5ad
pkgrel=1
pkgdesc="This is modified neofetch script only for me."
-arch=(x86_64 i686)
+arch=('any')
url="https://gitlab.com/justanoobcoder/srfetch.git"
license=('MIT')
depends=(bash)