Search Criteria
Package Details: phetch 1.2.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: | 5 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-02-23 23:20 (UTC) |
| Last Updated: | 2023-02-26 19:25 (UTC) |
Dependencies (2)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
kseistrup commented on 2022-12-07 08:47 (UTC)
@TrialnError I used the following
PKGBUILDto build v1.2.0 with OpenSSL 3: https://pastebin.mozilla.org/VczcBNgcTrialnError commented on 2022-11-06 17:55 (UTC)
Build fails with openssl 3.0.x and I don't know how to change the lookup to openssl-1.1
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
1for 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
pkgrelvariable 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),pkgrelshould be reset to 1.Also see the according paragraph in the Wiki article on
PKGBUILD.Cheers !