move libhandy to dependecies

main
Felix Buehler 2020-07-01 12:22:58 +02:00
parent 429fff4ead
commit cfd7125f08
2 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ pkgbase = newsflash-git
license = GPL3 license = GPL3
makedepends = git makedepends = git
makedepends = cargo makedepends = cargo
makedepends = libhandy
makedepends = meson makedepends = meson
makedepends = rust makedepends = rust
makedepends = webkit2gtk makedepends = webkit2gtk
depends = libhandy
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

@ -8,8 +8,8 @@ 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=(libhandy)
makedepends=(git cargo libhandy meson rust webkit2gtk) makedepends=(git cargo 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")