summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-11-28keep original maintainer since fork's not neededJonathan Zacsh
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).
2021-11-26noop: utilize standard `cd` pattern atop every func per well-documented ↵Jonathan Zacsh
.proto file
2021-11-26super-nitpick: `make` w/nice default always updating .SRCINFOJonathan Zacsh
2021-11-26ignore generated files for this packageJonathan Zacsh
2021-11-26updates pidcat-git (leaving pkgrel=1 since new owner, so new package? idk...)Jonathan Zacsh
2021-11-26bugfix: help pacman detect new upstream pidcatJonathan Zacsh
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 ```
2021-11-25noop~ish: nitpick audit since I'm forking the pkgJonathan Zacsh
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)
2021-11-25fix stale pidcat-git AUR packageJonathan Zacsh
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
2017-06-04Pidcat git version as of April 25, 2017Pedro Veloso