summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTurtleRuss2024-05-09 01:31:38 +0800
committerTurtleRuss2024-05-09 01:31:38 +0800
commite1fdb4f63d502dd28e4ce9d1737ac076c4c437e7 (patch)
tree69a9d657ea6c715086c249d1add1c51f86c16d81
parent2564f05388cb7be1e3c46a59e6a518e8da9a01a4 (diff)
downloadaur-e1fdb4f63d502dd28e4ce9d1737ac076c4c437e7.tar.gz
fix: arch to any
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adb3f8647ae7..cd3c2802e96a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = hustmirror-cli
pkgver = 1.1.4
pkgrel = 1
url = https://github.com/hust-open-atom-club/hustmirror-cli
- arch = x86_64
+ arch = any
license = GPL-3.0-only
makedepends = make
makedepends = python3
diff --git a/PKGBUILD b/PKGBUILD
index aaa9a642e2bb..c2b7f21b352c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Haoyang Liu <tttturtleruss@gmail.com>
+# Maintainer: TurtleRuss <tttturtleruss@gmail.com>
pkgname=hustmirror-cli
pkgver=1.1.4
pkgrel=1
epoch=
pkgdesc="The command line tool (hustmirror-cli) is a small tool that can help you quickly change sources to HUST mirror sources."
-arch=('x86_64')
+arch=('any')
license=('GPL-3.0-only')
url='https://github.com/hust-open-atom-club/hustmirror-cli'
groups=()