move webkit2gtk to depends
parent
a4ee879890
commit
e94767222f
4
.SRCINFO
4
.SRCINFO
|
@ -9,8 +9,8 @@ pkgbase = newsflash-git
|
|||
makedepends = cargo
|
||||
makedepends = meson
|
||||
makedepends = rust
|
||||
makedepends = webkit2gtk
|
||||
depends = libhandy>=1
|
||||
depends = libhandy
|
||||
depends = webkit2gtk
|
||||
conflicts = newsflash
|
||||
source = git+https://gitlab.com/news-flash/news_flash_gtk.git
|
||||
sha512sums = SKIP
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -8,8 +8,8 @@ pkgdesc="The spiritual successor to FeedReader"
|
|||
arch=(any)
|
||||
url="https://gitlab.com/news-flash/news_flash_gtk"
|
||||
license=(GPL3)
|
||||
depends=("libhandy>=1")
|
||||
makedepends=(git cargo meson rust webkit2gtk)
|
||||
depends=(libhandy webkit2gtk)
|
||||
makedepends=(git cargo meson rust)
|
||||
conflicts=(newsflash)
|
||||
source=("git+https://gitlab.com/news-flash/news_flash_gtk.git")
|
||||
sha512sums=("SKIP")
|
||||
|
|
Loading…
Reference in New Issue