add libhandy1 as dependency

main
Felix Buehler 2020-09-22 19:58:25 +02:00
parent cfd7125f08
commit a4ee879890
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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")