move webkit2gtk to depends

main
Felix Buehler 2021-01-26 12:45:12 +01:00
parent a4ee879890
commit e94767222f
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ pkgbase = newsflash-git
makedepends = cargo makedepends = cargo
makedepends = meson makedepends = meson
makedepends = rust makedepends = rust
makedepends = webkit2gtk depends = libhandy
depends = libhandy>=1 depends = webkit2gtk
conflicts = newsflash conflicts = newsflash
source = git+https://gitlab.com/news-flash/news_flash_gtk.git source = git+https://gitlab.com/news-flash/news_flash_gtk.git
sha512sums = SKIP sha512sums = SKIP

View File

@ -8,8 +8,8 @@ pkgdesc="The spiritual successor to FeedReader"
arch=(any) arch=(any)
url="https://gitlab.com/news-flash/news_flash_gtk" url="https://gitlab.com/news-flash/news_flash_gtk"
license=(GPL3) license=(GPL3)
depends=("libhandy>=1") depends=(libhandy webkit2gtk)
makedepends=(git cargo meson rust webkit2gtk) makedepends=(git cargo meson rust)
conflicts=(newsflash) conflicts=(newsflash)
source=("git+https://gitlab.com/news-flash/news_flash_gtk.git") source=("git+https://gitlab.com/news-flash/news_flash_gtk.git")
sha512sums=("SKIP") sha512sums=("SKIP")