bump gtk4

main
Felix Buehler 2022-02-14 14:51:17 +01:00
parent e94767222f
commit a6b36a01b5
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = newsflash-git
pkgdesc = The spiritual successor to FeedReader
pkgver = 684.fea372a
pkgver = 1070.0d9f8d9
pkgrel = 1
url = https://gitlab.com/news-flash/news_flash_gtk
arch = any
@ -9,11 +9,11 @@ pkgbase = newsflash-git
makedepends = cargo
makedepends = meson
makedepends = rust
depends = libadwaita
depends = libhandy
depends = webkit2gtk
depends = webkit2gtk-5.0
conflicts = newsflash
source = git+https://gitlab.com/news-flash/news_flash_gtk.git
sha512sums = SKIP
pkgname = newsflash-git

View File

@ -2,13 +2,13 @@
pkgname=newsflash-git
_pkgname=news_flash_gtk
pkgver=684.fea372a
pkgver=1070.0d9f8d9
pkgrel=1
pkgdesc="The spiritual successor to FeedReader"
arch=(any)
url="https://gitlab.com/news-flash/news_flash_gtk"
license=(GPL3)
depends=(libhandy webkit2gtk)
depends=(libadwaita libhandy webkit2gtk-5.0)
makedepends=(git cargo meson rust)
conflicts=(newsflash)
source=("git+https://gitlab.com/news-flash/news_flash_gtk.git")