makedeb
Shell script to watch Movies/Webseries/Shows from the terminal.
Click here to go back to the commit logs for lobster-git.
Hash: 20e55a47a934266bd185458eee303815716fa65f
Message: 3.9.9
diff --git a/.SRCINFO b/.SRCINFO
index 30f4023..61cceb3 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.0.5.r1.831aa8f
+pkgver = 3.9.9.r32.af89b22
url = https://github.com/justchokingaround/lobster.git
arch = any
conflicts = lobster
@@ -13,11 +13,17 @@ 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:
provides = lobster
source = lobster::git+https://github.com/justchokingaround/lobster.git
b2sums = SKIP
makedepends = git
optdepends = vlc: An alternative video player
+optdepends = rofi:
diff --git a/PKGBUILD b/PKGBUILD
index 0393eac..d24326c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
_pkgname="lobster"
pkgname="lobster-git"
-pkgver=3.0.5.r1.831aa8f
+pkgver=3.9.9.r32.af89b22
pkgrel=1
pkgdesc="Shell script to watch Movies/Webseries/Shows from the terminal."
arch=('any')
url="https://github.com/justchokingaround/lobster.git"
license=('GPL2')
makedepends=('git')
-depends=('fzf' 'curl' 'grep' 'sed' 'patch' 'mpv')
-optdepends=('vlc: An alternative video player')
+depends=('fzf' 'curl' 'grep' 'sed' 'patch' 'mpv' 'perl' 'socat' 'awk' 'html-xml-utils')
+optdepends=('vlc: An alternative video player'
+ 'rofi: ')
provides=('lobster')
conflicts=('lobster')
source=("$_pkgname::git+$url")
@@ -19,7 +20,7 @@ b2sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
- printf "%s.r%s.%s" "$(grep 'version=' lobster.sh | cut -d '"' -f 2)" "$(git rev-list --count HEAD)" "$(git describe --long --always | sed 's/\([^-]*-g\)/r\1/;s/-/./g')"
+ printf "%s.r%s.%s" "$(grep 'LOBSTER_VERSION=' lobster.sh | cut -d '"' -f 2)" "$(git rev-list --count HEAD)" "$(git describe --long --always | sed 's/\([^-]*-g\)/r\1/;s/-/./g')"
}
package() {