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 pkgbase = newsflash-git
pkgdesc = The spiritual successor to FeedReader pkgdesc = The spiritual successor to FeedReader
pkgver = 402.510b8c6 pkgver = 473.cd41e93
pkgrel = 2 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

View File

@ -2,8 +2,8 @@
pkgname=newsflash-git pkgname=newsflash-git
_pkgname=news_flash_gtk _pkgname=news_flash_gtk
pkgver=402.510b8c6 pkgver=473.cd41e93
pkgrel=2 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"
@ -21,7 +21,7 @@ pkgver() {
build() { build() {
cd "${_pkgname}" cd "${_pkgname}"
rm -rf _build #rm -rf _build
arch-meson _build arch-meson _build
ninja -C _build ninja -C _build
} }