summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMattheus Roxas2021-08-30 10:56:36 +0800
committerMattheus Roxas2021-08-30 10:56:36 +0800
commitd7b3f51525020b80f646a688cacc13a6fa1dc8b7 (patch)
tree03e3c98bf3bf7279b7f56b0d5973098764d31df2 /PKGBUILD
parentbd86f5c16547ee4e4156cce9372a335803685913 (diff)
downloadaur-d7b3f51525020b80f646a688cacc13a6fa1dc8b7.tar.gz
Fix arch because that was stupid
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54c917cc332d..385413ff41e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="$_pkgname-git" # Dawid.
pkgver=r3.fad5425
pkgrel=1
pkgdesc="A posix shell image viewer utilizing fzf, with Ɯberzug for previews. Copies your selection to the clipboard."
-arch=('Any')
+arch=('x86_64')
url="https://codeberg.org/thepogsupreme/amogu.sh"
license=('EUPL 1.2')
depends=('fzf' 'ueberzug')