aboutsummaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-11-03 19:48:05 +0800
committerKunoiSayami <[email protected]>2021-11-03 19:48:05 +0800
commit7833bbf7de0958551831b584464f67e4af3f6a1b (patch)
treeb12cc7c70dea8f9fde586e6c1aac491e5192ca84 /repo
parent625e47a247523314c8f63de4135df17c86f4e513 (diff)
feat(script): Optimize GPG key import
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'repo')
-rwxr-xr-xrepo/.gpg_keys/linux-zen-x86-64-v34
-rw-r--r--repo/.gpg_keys/qemu-user-static4
-rw-r--r--repo/.verified_repos5
-rw-r--r--repo/linux-zen-x86-64-v3/PKGBUILD4
4 files changed, 8 insertions, 9 deletions
diff --git a/repo/.gpg_keys/linux-zen-x86-64-v3 b/repo/.gpg_keys/linux-zen-x86-64-v3
index 372a7d0..1d2b8f5 100755
--- a/repo/.gpg_keys/linux-zen-x86-64-v3
+++ b/repo/.gpg_keys/linux-zen-x86-64-v3
@@ -37,6 +37,4 @@ iw1w/DBOYwD/Q1hlRq443eYpCO67W603mQhQFgRvGhmkqhhAEiOhX5gA/1Bxhr1m
opmol4iQla74OApQ9CP3mnjgHWcRUTacAB8L
=aIqj
-----END PGP PUBLIC KEY BLOCK-----
-EOF
-gpg --list-keys --fingerprint |grep pub -A 1|grep -Ev "pub|--"|tr -d ' ' \
- | awk 'BEGIN { FS = "\n" } ; { print $1":6:" } ' | gpg --import-ownertrust \ No newline at end of file
+EOF \ No newline at end of file
diff --git a/repo/.gpg_keys/qemu-user-static b/repo/.gpg_keys/qemu-user-static
index f098694..af11c08 100644
--- a/repo/.gpg_keys/qemu-user-static
+++ b/repo/.gpg_keys/qemu-user-static
@@ -60,6 +60,4 @@ Qd0aZoLwJ7ntrWeMxOkbf8950vPVxemQ1frblB0zR98fuUNhX4cjrFTI9iJck7xL
UwNZfgOz9PodfqUv4riMLczMmw3nwGZO/aJg0m6uWSWk
=7vDu
-----END PGP PUBLIC KEY BLOCK-----
-EOF
-gpg --list-keys --fingerprint |grep pub -A 1|grep -Ev "pub|--"|tr -d ' ' \
- | awk 'BEGIN { FS = "\n" } ; { print $1":6:" } ' | gpg --import-ownertrust \ No newline at end of file
+EOF \ No newline at end of file
diff --git a/repo/.verified_repos b/repo/.verified_repos
index 6745e7f..9ed10f5 100644
--- a/repo/.verified_repos
+++ b/repo/.verified_repos
@@ -2,4 +2,7 @@ chisel
telegram-bot-api
r8125-dkms
pam_ssh_agent_auth_patched
-mozjpeg \ No newline at end of file
+mozjpeg
+linux-zen-x86-64-v3
+glib2-static
+qemu-user-static \ No newline at end of file
diff --git a/repo/linux-zen-x86-64-v3/PKGBUILD b/repo/linux-zen-x86-64-v3/PKGBUILD
index b02120b..3e3f7fa 100644
--- a/repo/linux-zen-x86-64-v3/PKGBUILD
+++ b/repo/linux-zen-x86-64-v3/PKGBUILD
@@ -61,8 +61,8 @@ prepare() {
build() {
cd $_srcname
- make all
- make htmldocs
+ make -j $(nproc) all
+ make -j $(nproc) htmldocs
}
_package() {