mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
add new dependency
This commit is contained in:
parent
c0bbf8295c
commit
68f13f2631
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -12,6 +12,7 @@ pkgbase = typhoon-git
|
|||
depends = webkit2gtk
|
||||
depends = python
|
||||
depends = imagemagick
|
||||
depends = python-dbus
|
||||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source = git+https://github.com/archisman-panigrahi/typhoon#branch=master
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -9,7 +9,7 @@ url="https://github.com/archisman-panigrahi/typhoon"
|
|||
provides=($_pkgname)
|
||||
conflicts=($_pkgname)
|
||||
license=('MIT')
|
||||
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick')
|
||||
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus')
|
||||
makedepends=('git' 'meson' 'ninja')
|
||||
source=("git+$url#branch=master")
|
||||
sha256sums=('SKIP')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue