add git as makedependency

main
Felix Buehler 2020-06-30 13:25:11 +02:00
parent 269d963d24
commit 429fff4ead
2 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
pkgbase = newsflash-git pkgbase = newsflash-git
pkgdesc = The spiritual successor to FeedReader pkgdesc = The spiritual successor to FeedReader
pkgver = 473.cd41e93 pkgver = 617.edae91e
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
license = GPL3 license = GPL3
makedepends = git
makedepends = cargo makedepends = cargo
makedepends = libhandy makedepends = libhandy
makedepends = meson makedepends = meson

View File

@ -2,14 +2,14 @@
pkgname=newsflash-git pkgname=newsflash-git
_pkgname=news_flash_gtk _pkgname=news_flash_gtk
pkgver=473.cd41e93 pkgver=617.edae91e
pkgrel=1 pkgrel=1
pkgdesc="The spiritual successor to FeedReader" 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=()
makedepends=(cargo libhandy meson rust webkit2gtk) makedepends=(git cargo libhandy 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")