diff options
Diffstat (limited to 'repo')
| -rwxr-xr-x | repo/.gpg_keys/linux-zen-x86-64-v3 | 4 | ||||
| -rw-r--r-- | repo/.gpg_keys/qemu-user-static | 4 | ||||
| -rw-r--r-- | repo/.verified_repos | 5 | ||||
| -rw-r--r-- | repo/linux-zen-x86-64-v3/PKGBUILD | 4 |
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() { |
