move libhandy to dependecies
parent
429fff4ead
commit
cfd7125f08
2
.SRCINFO
2
.SRCINFO
|
@ -7,10 +7,10 @@ pkgbase = newsflash-git
|
|||
license = GPL3
|
||||
makedepends = git
|
||||
makedepends = cargo
|
||||
makedepends = libhandy
|
||||
makedepends = meson
|
||||
makedepends = rust
|
||||
makedepends = webkit2gtk
|
||||
depends = libhandy
|
||||
conflicts = newsflash
|
||||
source = git+https://gitlab.com/news-flash/news_flash_gtk.git
|
||||
sha512sums = SKIP
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -8,8 +8,8 @@ pkgdesc="The spiritual successor to FeedReader"
|
|||
arch=(any)
|
||||
url="https://gitlab.com/news-flash/news_flash_gtk"
|
||||
license=(GPL3)
|
||||
depends=()
|
||||
makedepends=(git cargo libhandy meson rust webkit2gtk)
|
||||
depends=(libhandy)
|
||||
makedepends=(git cargo meson rust webkit2gtk)
|
||||
conflicts=(newsflash)
|
||||
source=("git+https://gitlab.com/news-flash/news_flash_gtk.git")
|
||||
sha512sums=("SKIP")
|
||||
|
|
Loading…
Reference in New Issue