Compare commits

..

No commits in common. "c5b182e3081b2ed82d6de1a808f1197527518c10" and "b53d0521c3a22b201f629e34abd8544c966f46e3" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -2,10 +2,10 @@
pkgname=jjr-newsflash pkgname=jjr-newsflash
_pkgname=news_flash_gtk _pkgname=news_flash_gtk
pkgver=1070.0d9f8d9 pkgver=684.fea372a
pkgrel=1 pkgrel=1
pkgdesc="The spiritual successor to FeedReader" pkgdesc="The spiritual successor to FeedReader"
arch=('x86_64') 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=(libadwaita gtk4 webkit2gtk-5.0) depends=(libadwaita gtk4 webkit2gtk-5.0)