aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhou Qiankang2024-08-13 15:05:20 +0800
committerZhou Qiankang2024-08-13 15:05:20 +0800
commitca6ca5c1fe848324b91a2984a799e4acb801aabf (patch)
tree6ae48c5710d06fa23c02484aff7dfbce0ad075cb
parent9ea4da67c2bd5294a19e4c436a7bd20e133a800d (diff)
downloadaur-ca6ca5c1fe848324b91a2984a799e4acb801aabf.tar.gz
fix the mismatch between .SRCINFO and PKGBUILD; update README.md
Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--README.md30
3 files changed, 30 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e748647fb9b..99d51551cb83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = archlinux-lcpu-keyring
pkgdesc = Arch Linux group of LCPU's PGP keyring
- pkgver = 20240811
+ pkgver = 20240813
pkgrel = 2
url = https://github.com/lcpu-club
install = archlinux-lcpu-keyring.install
diff --git a/PKGBUILD b/PKGBUILD
index abc00780ada9..84e417c19c46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='archlinux-lcpu-keyring'
pkgver=20240813
-pkgrel=1
+pkgrel=2
pkgdesc="Arch Linux group of LCPU's PGP keyring"
arch=('any')
url='https://github.com/lcpu-club'
diff --git a/README.md b/README.md
index 4a1bebe77b10..2dedaf4860cf 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,31 @@
+# archlinux-lcpu Community Repository Packager PGP Keyring
+
+* [中文版本](#archlinux-lcpu-社区源打包者-pgp-keyring)
+
+This repository contains the PGP keyring for Arch Linux LCPU community repository packagers.
+
+## archlinux-lcpu Packagers
+
+To add a new key, please submit a PR following these steps:
+
+1. Submit your public key to a public keyserver, ensuring that `gpg --keyserver --recv-key <fingerprint>` can retrieve your public key.
+2. Add your public key fingerprint to `master-keyids` in the following format:
+```
+<fingerprint> <username> <keyserver>
+```
+3. Run the following commands:
+```bash
+updpkgsums
+makepkg
+makepkg --printsrcinfo > .SRCINFO
+```
+ * Ensure that your public key can be retrieved and that a `<username>.asc` file containing your public key is created in the `src/master` directory.
+1. In your commit, make sure that `master-keyids` includes your fingerprint and **also** includes modifications to both `PKGBUILD` and `.SRCINFO`
+
# archlinux-lcpu 社区源打包者 PGP keyring
+* [English Version](#archlinux-lcpu-community-repository-packager-pgp-keyring)
+
这里存放 Arch Linux LCPU 社区源打包者 PGP keyring
## archlinux-lcpu 打包者
@@ -14,8 +40,8 @@
3. 执行:
```bash
updpkgsums
-makepkg --printsrcinfo > .SRCINFO
makepkg
+makepkg --printsrcinfo > .SRCINFO
```
* 确保能接收到您的 pubkey ,在 `src/master` 文件夹创建了含有您用户名的 `<username>.asc` 的 pubkey 。
-4. 在 commit 中确保 master-keyids 包含了您的 fingerprint,且同时包含对于 `PKGBUILD` 和 `.SRCINFO` 的修改。
+4. 在 commit 中确保 master-keyids 包含了您的 fingerprint,且**务必**同时包含对于 `PKGBUILD` 和 `.SRCINFO` 的修改。