Age | Commit message (Collapse) | Author |
|
It's been over two years since pidcat has worked with python3 and
pidcat-git is the only package that I use on a daily basis and that
python2 wants to install on my machines
|
|
original maintainer (Pedro) added me in the AUR for this package as
"co-maintainer" so adding them back now (undoes part of
9b032852f8b8b62 commit of the AUR package itself).
|
|
.proto file
|
|
|
|
|
|
|
|
this is a correction to the final bullet in commit message
9b032852f8b8b62 - I was confused there. Some more manual testing
clarified what was going on. Indeed the function _has_ to be hand
defined else versioning doesn't bump up correctly.
Tested this manually with:
```sh
$ makepkg
$ pacman -Qip $path_to_pkg_tar_zst
# see output shows a useful version bump now , eg:
Version : 2.1.0.r14.0cb1c2c-1
```
|
|
nitty details:
- this is a bash script. always quote
- consistency in spaces vs. tabs
- pidcat upstream readme explicitly calls out its runtime dependency on
`adb` (provided by `android-tools` package in arch):
https://github.com/JakeWharton/pidcat/tree/0cb1c2c619eeed2c5b4cf05a123bf98992e60cd6#install
- add my name as maintainer so previous maintainer isn't answerable for
anything I do here.
- per `man PKGBUILD` I'm updating to the latest upstream version (and
I'm still not defining a `pkgver` func, as the default behavior of
appending a commit is definitely needed: the `2.1.0` upstream git tag
is SUPER old)
|
|
staleness caused by upstream change 17 months ago that tweaked the
shebang, and broke the python2-shebang patch of this PKGBUILD:
https://github.com/JakeWharton/pidcat/commit/e5fa59974b312727c503e42b1bf94e1ecf3e556d
|
|
|