makedeb
Shell script to watch Movies/Webseries/Shows from the terminal.
Click here to go back to the commit logs for lobster-git.
Hash: ffe8469b22eab0b0b6884e1bb29f30609292f28f
Message: corrections
diff --git a/.SRCINFO b/.SRCINFO
index 61cceb3..d34abb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,9 @@ pkgname = lobster-git
pkgbase = lobster-git
pkgdesc = Shell script to watch Movies/Webseries/Shows from the terminal.
pkgrel = 1
-pkgver = 3.9.9.r32.af89b22
+pkgver = 3.9.9.r40.99d970e
url = https://github.com/justchokingaround/lobster.git
-arch = any
+arch = all
conflicts = lobster
depends = fzf
depends = curl
@@ -13,17 +13,21 @@ depends = grep
depends = sed
depends = patch
depends = mpv
-depends = perl
depends = socat
-depends = awk
depends = html-xml-utils
license = GPL2
makedepends = git
optdepends = vlc: An alternative video player
-optdepends = rofi:
+optdepends = rofi: Lightweight menu for X
+optdepends = ueberzugpp: Images on the terminal
+optdepends = ffmpeg: Used as a downloader
+optdepends = yt-dlp: Alternative downloader
provides = lobster
source = lobster::git+https://github.com/justchokingaround/lobster.git
b2sums = SKIP
makedepends = git
optdepends = vlc: An alternative video player
-optdepends = rofi:
+optdepends = rofi: Lightweight menu for X
+optdepends = ueberzugpp: Images on the terminal
+optdepends = ffmpeg: Used as a downloader
+optdepends = yt-dlp: Alternative downloader
diff --git a/PKGBUILD b/PKGBUILD
index d24326c..9c593f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,19 @@
_pkgname="lobster"
pkgname="lobster-git"
-pkgver=3.9.9.r32.af89b22
+pkgver=3.9.9.r40.99d970e
pkgrel=1
pkgdesc="Shell script to watch Movies/Webseries/Shows from the terminal."
-arch=('any')
+arch=('all')
url="https://github.com/justchokingaround/lobster.git"
license=('GPL2')
makedepends=('git')
-depends=('fzf' 'curl' 'grep' 'sed' 'patch' 'mpv' 'perl' 'socat' 'awk' 'html-xml-utils')
+depends=('fzf' 'curl' 'grep' 'sed' 'patch' 'mpv' 'socat' 'html-xml-utils')
optdepends=('vlc: An alternative video player'
- 'rofi: ')
+ 'rofi: Lightweight menu for X'
+ 'ueberzugpp: Images on the terminal'
+ 'ffmpeg: Used as a downloader'
+ 'yt-dlp: Alternative downloader')
provides=('lobster')
conflicts=('lobster')
source=("$_pkgname::git+$url")