summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordevome2024-02-26 12:47:19 +0800
committerdevome2024-02-26 12:47:19 +0800
commit46abf5c276438e2ede62056117b6c715301ef9aa (patch)
treeafaac0ca1757dfdfa9786a75f636da4c9451bda3
parent844f9e523d0e09fd7b8c61e6fce4f531e304529d (diff)
downloadaur-46abf5c276438e2ede62056117b6c715301ef9aa.tar.gz
fix arch
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80c09f6bb018..24aae59965f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,14 @@ pkgbase = cmd-wrapped
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/YiNNx/cmd-wrapped
- arch = any
+ arch = i686
+ arch = pentium4
+ arch = x86_64
+ arch = arm
+ arch = armv7h
+ arch = armv6h
+ arch = aarch64
+ arch = riscv64
license = MIT
makedepends = rust
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 7f7abd781649..d4679c32e8c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=cmd-wrapped
pkgver=0.2.0
pkgrel=1
pkgdesc="Find out what the past year looks like in command line!"
-arch=('any')
+arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
url="https://github.com/YiNNx/${pkgname}"
license=('MIT')
depends=("gcc-libs" "glibc")