Search Criteria
Package Details: lobster-git r203.f9294ff-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lobster-git.git (read-only, click to copy) |
---|---|
Package Base: | lobster-git |
Description: | Shell script to watch Movies/Webseries/Shows from the terminal. |
Upstream URL: | https://github.com/justchokingaround/lobster.git |
Licenses: | GPL2 |
Conflicts: | lobster |
Provides: | lobster |
Submitter: | chomsky |
Maintainer: | chomsky (LemonPie) |
Last Packager: | LemonPie |
Votes: | 4 |
Popularity: | 0.038633 |
First Submitted: | 2023-05-25 14:06 (UTC) |
Last Updated: | 2024-03-03 08:07 (UTC) |
Dependencies (12)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fzf (fzf-gitAUR, skim-fzf-dropinAUR, skim-symlinksAUR)
- grep (grep-gitAUR, busybox-coreutilsAUR, grep-compatAUR)
- html-xml-utils
- mpv (mpv-light-pulseAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR, mpv-build-gitAUR)
- patch (patch-gitAUR)
- sed (busybox-coreutilsAUR, sed-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR) (optional) – for downloading videos,
- rofi (rofi-lbonn-wayland-only-gitAUR, rofi-gitAUR, rofi-lbonn-wayland-gitAUR, rofi-wayland) (optional) – external launcher,
- ueberzugpp (optional) – used for image preview with fzf
- vlc (vlc-luajitAUR, vlc-gitAUR) (optional) – An alternative video player,
Latest Comments
LemonPie commented on 2024-03-03 08:27 (UTC)
pkg version scheme is changed. I recommend reinstalling the package.
LemonPie commented on 2023-07-07 16:14 (UTC) (edited on 2023-07-13 00:19 (UTC) by LemonPie)
the package version does not meet standard, my bad. it should has no
v
in version numberv4.0.6
and keep aur versioning like4.0.6.r3.gac5022f
you need to changepkgver()
to somthing like:this removes the
v
at the beginning of version number. (this expression is compatible with fix method 2)pkgver()
you need to state a diffrent type of comment in you tag annotatewith this you change versioning scheme. i see with commit
967831e
in your github repo, you used this method of tagging ,but with9eabf8e
you moved to new tagging scheme.chomsky commented on 2023-06-24 18:28 (UTC) (edited on 2023-06-24 18:29 (UTC) by chomsky)
that's actually a good point, thank you for the suggestion! i just pushed the changes
edit: yes i am the original dev
LemonPie commented on 2023-06-24 18:17 (UTC) (edited on 2023-06-24 18:23 (UTC) by LemonPie)
do you possibly want to use
git describe --tags
in pkgver, so you get a more readable pkgver something likethe you can easily control aur version in your dev env, like:
I am assuming you are the original dev?