Search Criteria
Package Details: phetch 1.1.0-1
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: | |
Submitter: | xvxx |
Maintainer: | xvxx |
Last Packager: | xvxx |
Votes: | 6 |
Popularity: | 0.134235 |
First Submitted: | 2020-02-23 23:20 |
Last Updated: | 2020-11-17 04:44 |
Latest Comments
Kr1ss commented on 2020-10-02 13:44
Cool, thank you for your quick response !
xvxx commented on 2020-10-02 01:53
@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
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 !