makedeb
Shell script to watch Movies/Webseries/Shows from the terminal.
Click here to go back to the commit logs for lobster-git.
Hash: d949a6de28301a33fdaaac34a398b91d249c7611
Message: updated to 3.0.3
diff --git a/.SRCINFO b/.SRCINFO
index 6bfaad2..94220c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lobster
pkgdesc = Shell script to watch Movies/Webseries/Shows from the terminal.
- pkgver = 2.0.2
+ pkgver = 3.0.3
pkgrel = 1
url = https://github.com/justchokingaround/lobster.git
arch = any
@@ -10,6 +10,7 @@ pkgbase = lobster
depends = curl
depends = grep
depends = sed
+ depends = patch
depends = mpv
source = lobster::git+https://github.com/justchokingaround/lobster.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 49cb1e2..fafe0bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: ArtFox3 <artfox3@gmail.com>
pkgname="lobster"
-pkgver=2.0.2
+pkgver=3.0.3
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' 'mpv')
+depends=('fzf' 'curl' 'grep' 'sed' 'patch' 'mpv')
source=("$pkgname::git+$url")
md5sums=('SKIP')