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: | 5 | 
| Popularity: | 0.002573 | 
| First Submitted: | 2023-05-25 14:06 (UTC) | 
| Last Updated: | 2024-03-03 08:07 (UTC) | 
Dependencies (12)
- curl (curl-gitAUR, curl-c-aresAUR)
 - fzf (fzf-gitAUR)
 - grep (grep-gitAUR, grep-compatAUR)
 - html-xml-utils
 - mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-build-gitAUR, mpv-full-gitAUR, mpv-amd-full-gitAUR)
 - patch (patch-gitAUR)
 - sed (sed-gitAUR)
 - git (git-gitAUR, git-glAUR) (make)
 - ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR) (optional) – for downloading videos,
 - rofi (rofi-gitAUR) (optional) – external launcher,
 - ueberzugpp (ueberzugpp-new-gitAUR) (optional) – used for image preview with fzf
 - vlc (vlc-noxAUR, 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
vin version numberv4.0.6and keep aur versioning like4.0.6.r3.gac5022fyou need to changepkgver()to somthing like:this removes the
vat 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
967831ein your github repo, you used this method of tagging ,but with9eabf8eyou 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 --tagsin 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?