makedeb


lobster-git 4.0.0.r91.b2ada7a-1


Shell script to watch Movies/Webseries/Shows from the terminal.

Click here to go back to the commit logs for lobster-git.

Commit:


Hash: 83e18d96d87ce3a8ba9d58081275a1d8ee260476

Message: makedepends

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d34abb8..52d02ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = lobster-git
 pkgbase = lobster-git
 pkgdesc = Shell script to watch Movies/Webseries/Shows from the terminal.
 pkgrel = 1
-pkgver = 3.9.9.r40.99d970e
+pkgver = 4.0.0.r91.b2ada7a
 url = https://github.com/justchokingaround/lobster.git
 arch = all
 conflicts = lobster
@@ -17,6 +17,8 @@ depends = socat
 depends = html-xml-utils
 license = GPL2
 makedepends = git
+makedepends = grep
+makedepends = sed
 optdepends = vlc: An alternative video player
 optdepends = rofi: Lightweight menu for X
 optdepends = ueberzugpp: Images on the terminal
@@ -26,6 +28,8 @@ provides = lobster
 source = lobster::git+https://github.com/justchokingaround/lobster.git
 b2sums = SKIP
 makedepends = git
+makedepends = grep
+makedepends = sed
 optdepends = vlc: An alternative video player
 optdepends = rofi: Lightweight menu for X
 optdepends = ueberzugpp: Images on the terminal
diff --git a/PKGBUILD b/PKGBUILD
index 9c593f5..11e42a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
 
 _pkgname="lobster"
 pkgname="lobster-git"
-pkgver=3.9.9.r40.99d970e
+pkgver=4.0.0.r91.b2ada7a
 pkgrel=1
 pkgdesc="Shell script to watch Movies/Webseries/Shows from the terminal."
 arch=('all')
 url="https://github.com/justchokingaround/lobster.git"
 license=('GPL2')
-makedepends=('git')
+makedepends=('git' 'grep' 'sed')
 depends=('fzf' 'curl' 'grep' 'sed' 'patch' 'mpv' 'socat' 'html-xml-utils')
 optdepends=('vlc: An alternative video player'
             'rofi: Lightweight menu for X'