summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortttturtle-russ2023-12-11 09:24:19 +0800
committertttturtle-russ2023-12-11 09:24:19 +0800
commite4a606d4d7690fb9b7b9f0ca53135c1d431cce95 (patch)
tree1909363c502ddff36d02a5d161567d2b50b345d0
parentc882bca9763f8bdcb92645e69c9fc03057804765 (diff)
downloadaur-e4a606d4d7690fb9b7b9f0ca53135c1d431cce95.tar.gz
change:version && test
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 016f857123cd..f27734409df5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hustmirror-cli
pkgdesc = The command line tool (hustmirror-cli) is a small tool that can help you quickly change sources to HUST mirror sources.
- pkgver = 0.2.0.rc
+ pkgver = 1.0.1
pkgrel = 1
url = https://gitee.com/hustmirror/hustmirror-cli.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9d6a91cb0df7..44ec76742e11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: TurtleRuss <tttturtleruss@gmail.com>
pkgname=hustmirror-cli # '-bzr', '-git', '-hg' or '-svn'
-pkgver=0.2.0.rc
+pkgver=1.0.1
pkgrel=1
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")
@@ -25,7 +25,7 @@ build() {
check() {
cd "$srcdir/${pkgname%-git}"
- make test
+ make -f Makefile.arch test
}
package() {