remove bash dependency

This commit is contained in:
Archisman Panigrahi 2026-01-21 13:22:11 +05:30
parent 8da7e8a47d
commit eab1515b52
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,6 @@ pkgbase = typhoon-bin
depends = python-dbus
depends = python-gobject
depends = python-cairosvg
depends = bash
depends = gdk-pixbuf2
depends = webkit2gtk
depends = imagemagick

View file

@ -15,7 +15,7 @@ url="https://github.com/archisman-panigrahi/typhoon"
conflicts=("${_basename}")
provides=("${_basename}")
depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'python-cairosvg' 'bash' 'gdk-pixbuf2' 'webkit2gtk' 'imagemagick' 'libportal')
depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'python-cairosvg' 'gdk-pixbuf2' 'webkit2gtk' 'imagemagick' 'libportal')
makedepends=('tar')
source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb")