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

View File

@ -3,13 +3,13 @@
pkgname=newsflash-git
_pkgname=news_flash_gtk
pkgver=402.510b8c6
pkgrel=1
pkgrel=2
pkgdesc="The spiritual successor to FeedReader"
arch=(any)
url="https://gitlab.com/news-flash/news_flash_gtk"
license=(GPL3)
depends=()
makedepends=(rust cargo meson)
makedepends=(cargo libhandy meson rust webkit2gtk)
conflicts=(newsflash)
source=("git+https://gitlab.com/news-flash/news_flash_gtk.git")
sha512sums=("SKIP")