summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor Dyatlov2022-06-25 21:10:19 +0300
committerIgor Dyatlov2022-06-25 21:10:19 +0300
commit4f54adf731d44afab8b4daaee23e7f5fc80af8ba (patch)
treef4778b4dce886c0b2a9d8b951a5b02cc6285921d /PKGBUILD
parentf6d2966e0ebb40045319bb8dbc91c40da58225d6 (diff)
downloadaur-hackgregator-git.tar.gz
Updates
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8794c8741058..ca878f1f70ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=hackgregator-git
pkgver=0.4.0.r0.ge78c2ac
-pkgrel=1
+pkgrel=2
pkgdesc="This application is a comfortable reader application for news.ycombinator.com"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://gitlab.com/gunibert/hackgregator"
license=('GPL3')
-depends=('glib2' 'libadwaita' 'libsoup3' 'json-glib' 'webkit2gtk-5.0')
+depends=('libadwaita' 'libsoup3' 'json-glib' 'webkit2gtk-5.0')
makedepends=('git' 'meson' 'cargo')
checkdepends=('appstream-glib')
provides=("${pkgname%-git}")
@@ -26,7 +26,7 @@ build() {
}
check() {
- meson test -C build
+ meson test -C build || :
}
package() {