move webkit2gtk to depends
parent
a4ee879890
commit
e94767222f
4
.SRCINFO
4
.SRCINFO
|
@ -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
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue