makedeb
Suckless tabbed integration into bspwm
Click here to go back to the commit logs for bsptab-git.
Hash: bbafc4f90c4927feeb0cd772fff222aeb44d5787
Message: minor fix
diff --git a/.SRCINFO b/.SRCINFO
index e0776d4..811fcce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,19 +2,20 @@ generated-by = makedeb
pkgname = bsptab-git
pkgbase = bsptab-git
pkgdesc = Suckless tabbed integration into bspwm
-pkgrel = 1
+pkgrel = 2
pkgver = 1e997b892022.02.17
url = https://github.com/albertored11/bsptab
arch = any
conflicts = bsptab
-depends = bspwm
depends = tabbed
depends = bash
depends = awk
depends = xdotool
license = MIT
makedepends = git
+optdepends = bspwm
provides = bsptab
source = bsptab::git+https://github.com/albertored11/bsptab.git
md5sums = SKIP
makedepends = git
+optdepends = bspwm
diff --git a/PKGBUILD b/PKGBUILD
index 176c26c..0d96f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
_pkgname=bsptab
pkgname=${_pkgname}-git
pkgver=1e997b892022.02.17
-pkgrel=1
+pkgrel=2
pkgdesc='Suckless tabbed integration into bspwm'
arch=('any')
url='https://github.com/albertored11/bsptab'
license=('MIT')
-depends=('bspwm' 'tabbed' 'bash' 'awk' 'xdotool')
+depends=('tabbed' 'bash' 'awk' 'xdotool')
+optdepends=('bspwm' )
makedepends=('git')
provides=('bsptab')
conflicts=('bsptab')