add libhandy1 as dependency
parent
cfd7125f08
commit
a4ee879890
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = newsflash-git
|
||||
pkgdesc = The spiritual successor to FeedReader
|
||||
pkgver = 617.edae91e
|
||||
pkgver = 684.fea372a
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/news-flash/news_flash_gtk
|
||||
arch = any
|
||||
|
@ -10,7 +10,7 @@ pkgbase = newsflash-git
|
|||
makedepends = meson
|
||||
makedepends = rust
|
||||
makedepends = webkit2gtk
|
||||
depends = libhandy
|
||||
depends = libhandy>=1
|
||||
conflicts = newsflash
|
||||
source = git+https://gitlab.com/news-flash/news_flash_gtk.git
|
||||
sha512sums = SKIP
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,13 +2,13 @@
|
|||
|
||||
pkgname=newsflash-git
|
||||
_pkgname=news_flash_gtk
|
||||
pkgver=617.edae91e
|
||||
pkgver=684.fea372a
|
||||
pkgrel=1
|
||||
pkgdesc="The spiritual successor to FeedReader"
|
||||
arch=(any)
|
||||
url="https://gitlab.com/news-flash/news_flash_gtk"
|
||||
license=(GPL3)
|
||||
depends=(libhandy)
|
||||
depends=("libhandy>=1")
|
||||
makedepends=(git cargo meson rust webkit2gtk)
|
||||
conflicts=(newsflash)
|
||||
source=("git+https://gitlab.com/news-flash/news_flash_gtk.git")
|
||||
|
|
Loading…
Reference in New Issue