move libhandy to dependecies
parent
429fff4ead
commit
cfd7125f08
2
.SRCINFO
2
.SRCINFO
|
@ -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
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue