mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update deps
This commit is contained in:
parent
a15ab3016c
commit
22da6b14ff
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -11,9 +11,10 @@ pkgbase = typhoon-git
|
|||
depends = gtk3
|
||||
depends = webkit2gtk
|
||||
depends = python
|
||||
depends = imagemagick
|
||||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source = git+https://github.com/archisman-panigrahi/typhoon#branch=develop
|
||||
source = git+https://github.com/archisman-panigrahi/typhoon#branch=master
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = typhoon-git
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -9,9 +9,9 @@ url="https://github.com/archisman-panigrahi/typhoon"
|
|||
provides=($_pkgname)
|
||||
conflicts=($_pkgname)
|
||||
license=('MIT')
|
||||
depends=('gtk3' 'webkit2gtk' 'python')
|
||||
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick')
|
||||
makedepends=('git' 'meson' 'ninja')
|
||||
source=("git+$url#branch=develop")
|
||||
source=("git+$url#branch=master")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue