summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTurtleRuss2023-12-15 23:33:05 +0800
committerTurtleRuss2023-12-15 23:33:05 +0800
commit7fc70e0c93979bb9c54f07e7c79380cd7f8d72d2 (patch)
tree7d8736719266618c0e65dc939b88d2e7de5f1836
parent74cc8125014636735949fba9d86e29bf62cba5cb (diff)
downloadaur-7fc70e0c93979bb9c54f07e7c79380cd7f8d72d2.tar.gz
patch:core/install
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef26543cc238..06f3a8c8b9de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,16 +2,13 @@ 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 = 1.0.1
pkgrel = 1
- url = https://gitee.com/hustmirror/hustmirror-cli.git
+ url = https://gitee.com/hustmirror/hustmirror-cli
arch = x86_64
license = GPL
- makedepends = git
makedepends = make
- makedepends = docker
- depends = python3
- provides = hustmirror-cli
- conflicts = hustmirror-cli
- source = git+https://gitee.com/hustmirror/hustmirror-cli.git
- md5sums = SKIP
+ source = hustmirror-cli-1.0.1.tar.gz
+ source = hustmirror-cli-1.0.1.patch
+ sha256sums = 4dae90345d776c880fc1fb95013503337d9991c32e0222a530ab6ae3f991df5c
+ sha256sums = 89db2182d83d6169514e7d45a4bb0dc5d0d85a2882ecabe89302b33aa1a6b16e
pkgname = hustmirror-cli
diff --git a/PKGBUILD b/PKGBUILD
index bae82ba3a5d5..73c5a255aba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ 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')
-url=""
license=('GPL')
+url='https://gitee.com/hustmirror/hustmirror-cli'
groups=()
depends=()
makedepends=('make')