Skip to content

Commit 1b785c4

Browse files
committed
Update Arch Linux package documentation
The Arch Linux package is now available from the official Arch repositories, so we no longer need the AUR-specific documentation.
1 parent 3a64532 commit 1b785c4

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ following dependencies are required:
9191

9292
#### Via Packages
9393
Packages are available for:
94-
- Arch Linux: [`nitrocli`][nitrocli-arch] in the Arch User Repository
94+
- Arch Linux: [`nitrocli`][nitrocli-arch]
9595
- Debian: [`nitrocli`][nitrocli-debian] (since Debian Buster)
9696
- Gentoo Linux: [`app-crypt/nitrocli`][nitrocli-gentoo] ebuild
9797
- Ubuntu: [`nitrocli`][nitrocli-ubuntu] (since Ubuntu 19.04)
@@ -193,7 +193,7 @@ the full text of the license.
193193
[nitrokey-pro]: https://shop.nitrokey.com/shop/product/nitrokey-pro-2-3
194194
[nitrokey-storage]: https://shop.nitrokey.com/shop/product/nitrokey-storage-2-56
195195
[librem-key]: https://puri.sm/products/librem-key/
196-
[nitrocli-arch]: https://aur.archlinux.org/packages/nitrocli
196+
[nitrocli-arch]: https://archlinux.org/packages/community/x86_64/nitrocli/
197197
[nitrocli-cratesio]: https://crates.io/crates/nitrocli
198198
[nitrocli-debian]: https://packages.debian.org/stable/nitrocli
199199
[nitrocli-gentoo]: https://packages.gentoo.org/packages/app-crypt/nitrocli

doc/packaging.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,7 @@ This document describes how to update the packaged versions of nitrocli.
66
Arch Linux
77
----------
88

9-
1. Clone the Git repository at ssh://[email protected]/nitrocli.git.
10-
2. Edit the `PKGBUILD` file:
11-
- Update the `pkgver` variable to the current nitrocli version.
12-
- If the `pkgrel` variable is not 1, set it to 1.
13-
- Update the SHA512 hash in the `sha512sums` variable for the new tarball.
14-
3. Update the `.SRCINFO` file by running `makepkg --printsrcinfo > .SRCINFO`.
15-
4. Verify that the package builds successfully by running `makepkg`.
16-
5. Verify that the package was built as expected by running `pacman -Qlp $f`
17-
and `pacman -Qip $f`, where `$f` is `nitrocli-$pkgver.pkg.tar.gz`.
18-
6. Check the package for errors by running `namcap PKGBUILD` and `namcap
19-
nitrocli-$pkgver.pkg.tar.gz`.
20-
7. Add, commit, and push your changes to publish them in the AUR.
21-
22-
If you have to release a new package version without a new nitrocli version,
23-
do not change the `pkgver` variable and instead increment the `pkgrel`
24-
variable.
25-
26-
For more information, see the [Arch User Repository][] page in the Arch Wiki.
9+
The Arch Linux package is now maintained as part of the community repository.
2710

2811
Debian
2912
------

0 commit comments

Comments
 (0)