This commit is contained in:
Xiufeng Guo 2022-12-22 17:43:30 +00:00
parent 1a267d4837
commit 4e3ed70ad5
Signed by: showfom
GPG Key ID: 29A7777777777777
3 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ EOF
Update System: Update System:
```sh ```sh
sudo pacman -Su sudo pacman -Syu
``` ```
Now you can install packages. Now you can install packages.

View File

@ -3,7 +3,7 @@
pkgname=speedtest pkgname=speedtest
pkgver=1.2.0 pkgver=1.2.0
pkgrel=1 pkgrel=2
pkgdesc="Speedtest CLI by Ookla" pkgdesc="Speedtest CLI by Ookla"
depends=("ca-certificates") depends=("ca-certificates")
conflicts=("speedtest-cli") conflicts=("speedtest-cli")

View File

@ -2,7 +2,7 @@
# Maintainer: Xiufeng Guo <i@m.ac> # Maintainer: Xiufeng Guo <i@m.ac>
pkgname=vanity_gpg pkgname=vanity_gpg
pkgver=0.3.2 pkgver=0.3.2
pkgrel=1 pkgrel=2
pkgdesc='Tool for generating and filtering vanity GPG keys' pkgdesc='Tool for generating and filtering vanity GPG keys'
arch=('x86_64') arch=('x86_64')
url='https://github.com/RedL0tus/VanityGPG' url='https://github.com/RedL0tus/VanityGPG'