summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortttturtle-russ2023-12-05 01:19:10 +0800
committertttturtle-russ2023-12-05 01:19:10 +0800
commit34d5e9f3abd3f1dbf685dde4df938c3dd708669e (patch)
tree9a483f0fea75e34b5e47d557e8a725d9ab41096c
parent14f166e77ddb31ed15da556af1445a1f1a23a758 (diff)
downloadaur-34d5e9f3abd3f1dbf685dde4df938c3dd708669e.tar.gz
change:url dmz91_hust to hustmirror
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1428fa4be015..9d6a91cb0df7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgver=0.2.0.rc
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")
-url="https://gitee.com/dzm91_hust/hustmirror-cli.git"
+url="https://gitee.com/hustmirror/hustmirror-cli.git"
license=('GPL')
depends=('python3')
makedepends=('git' 'make') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=("${pkgname%}")
conflicts=("${pkgname%}")
-source=('git+https://gitee.com/dzm91_hust/hustmirror-cli.git')
+source=('git+https://gitee.com/hustmirror/hustmirror-cli.git')
md5sums=('SKIP')
prepare() {