summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattheus Roxas2021-08-30 10:56:36 +0800
committerMattheus Roxas2021-08-30 10:56:36 +0800
commitd7b3f51525020b80f646a688cacc13a6fa1dc8b7 (patch)
tree03e3c98bf3bf7279b7f56b0d5973098764d31df2
parentbd86f5c16547ee4e4156cce9372a335803685913 (diff)
downloadaur-d7b3f51525020b80f646a688cacc13a6fa1dc8b7.tar.gz
Fix arch because that was stupid
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db5e189fff9a..fe4ba9e2f1d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = amogu.sh-git
- pkgdesc = A posix shell image viewer utilizing fzf, with Überzug for previews. Copies your selection to the clipboard..
+ pkgdesc = A posix shell image viewer utilizing fzf, with Überzug for previews. Copies your selection to the clipboard.
pkgver = r3.fad5425
pkgrel = 1
url = https://codeberg.org/thepogsupreme/amogu.sh
- arch = Any
+ arch = x86_64
license = EUPL 1.2
makedepends = git
depends = fzf
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')