summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruss2023-11-06 21:59:58 +0800
committerruss2023-11-06 21:59:58 +0800
commit14f166e77ddb31ed15da556af1445a1f1a23a758 (patch)
tree6100d4e0ef29882e2ad77858550ae78a42b176a5
parent214443c65878d4be0bb0644412364aee114c3424 (diff)
downloadaur-14f166e77ddb31ed15da556af1445a1f1a23a758.tar.gz
change pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 3 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32811fef1e6a..0957e4cda974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = hustmirror-cli
- pkgdesc = A mirror tool for HUST students
+ 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
pkgrel = 1
url = https://gitee.com/dzm91_hust/hustmirror-cli.git
diff --git a/PKGBUILD b/PKGBUILD
index 4c50fb3942d6..1428fa4be015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,8 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# The following guidelines are specific to BZR, GIT, HG and SVN packages.
-# Other VCS sources are not natively supported by makepkg yet.
-
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: TurtleRuss <tttturtleruss@gmail.com>
pkgname=hustmirror-cli # '-bzr', '-git', '-hg' or '-svn'
pkgver=0.2.0.rc
pkgrel=1
-pkgdesc="A mirror tool for HUST students"
+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"
license=('GPL')
@@ -20,8 +12,6 @@ provides=("${pkgname%}")
conflicts=("${pkgname%}")
source=('git+https://gitee.com/dzm91_hust/hustmirror-cli.git')
md5sums=('SKIP')
-# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for
-# a description of each element in the source array.
prepare() {
mkdir -p "$srcdir/${pkgname%-git}"