Search Criteria
Package Details: phetch 1.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/phetch.git (read-only, click to copy) |
---|---|
Package Base: | phetch |
Description: | A quick lil gopher client for your terminal. |
Upstream URL: | https://github.com/xvxx/phetch |
Keywords: | gopher tui |
Licenses: | MIT |
Submitter: | xvxx |
Maintainer: | xvxx |
Last Packager: | xvxx |
Votes: | 6 |
Popularity: | 0.000018 |
First Submitted: | 2020-02-23 23:20 (UTC) |
Last Updated: | 2020-11-17 04:44 (UTC) |
Dependencies (2)
- openssl (libressl-git, openssl-hardened, openssl-git, openssl-static)
- cargo (cargo-git, rust-nightly-bin, rustup-git, rust, rustup) (make)
Latest Comments
Kr1ss commented on 2020-10-02 13:44 (UTC)
Cool, thank you for your quick response !
xvxx commented on 2020-10-02 01:53 (UTC)
@Kr1ss, thank you! My mistake! I've updated my build script, going forward it'll be set to
1
for the first new release of each version.Kr1ss commented on 2020-10-01 14:47 (UTC) (edited on 2020-10-01 14:48 (UTC) by Kr1ss)
Hey @xvxx,
thank you very much for the package, and for the recent updates !
I just want to mention that you don't need to increment the
pkgrel
variable everytime a new version is released.It's supposed to be raised by one only when the package itself gets an update without a change in
pkgver
. The next time upstream increases the release version (i.e.pkgver
),pkgrel
should be reset to 1.Also see the according paragraph in the Wiki article on
PKGBUILD
.Cheers !