add missing dependencies
parent
c938b7621f
commit
f61c73324d
6
.SRCINFO
6
.SRCINFO
|
@ -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
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue