add missing dependencies

main
Felix Buehler 2020-03-13 00:52:21 +01:00
parent c938b7621f
commit f61c73324d
2 changed files with 6 additions and 4 deletions

View File

@ -1,13 +1,15 @@
pkgbase = newsflash-git pkgbase = newsflash-git
pkgdesc = The spiritual successor to FeedReader pkgdesc = The spiritual successor to FeedReader
pkgver = 402.510b8c6 pkgver = 402.510b8c6
pkgrel = 1 pkgrel = 2
url = https://gitlab.com/news-flash/news_flash_gtk url = https://gitlab.com/news-flash/news_flash_gtk
arch = any arch = any
license = GPL3 license = GPL3
makedepends = rust
makedepends = cargo makedepends = cargo
makedepends = libhandy
makedepends = meson makedepends = meson
makedepends = rust
makedepends = 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

@ -3,13 +3,13 @@
pkgname=newsflash-git pkgname=newsflash-git
_pkgname=news_flash_gtk _pkgname=news_flash_gtk
pkgver=402.510b8c6 pkgver=402.510b8c6
pkgrel=1 pkgrel=2
pkgdesc="The spiritual successor to FeedReader" 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=() depends=()
makedepends=(rust cargo meson) makedepends=(cargo libhandy meson rust 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")