keep build files, cargo will take care

main
Felix Buehler 2020-04-20 23:03:31 +02:00
parent f61c73324d
commit 269d963d24
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = newsflash-git
pkgdesc = The spiritual successor to FeedReader
pkgver = 402.510b8c6
pkgrel = 2
pkgver = 473.cd41e93
pkgrel = 1
url = https://gitlab.com/news-flash/news_flash_gtk
arch = any
license = GPL3

View File

@ -2,8 +2,8 @@
pkgname=newsflash-git
_pkgname=news_flash_gtk
pkgver=402.510b8c6
pkgrel=2
pkgver=473.cd41e93
pkgrel=1
pkgdesc="The spiritual successor to FeedReader"
arch=(any)
url="https://gitlab.com/news-flash/news_flash_gtk"
@ -21,7 +21,7 @@ pkgver() {
build() {
cd "${_pkgname}"
rm -rf _build
#rm -rf _build
arch-meson _build
ninja -C _build
}