summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor Dyatlov2022-10-01 22:01:55 +0300
committerIgor Dyatlov2022-10-01 22:01:55 +0300
commit4e5e23b0af7b3a3e8478cb4ee2fd7f366602664c (patch)
tree72ba08e1669fca5c218eace3c08a0f28ab5fd26f /PKGBUILD
parent18872b57c6bd5a61a30f4b7dc6bb1eef4a70ba1c (diff)
downloadaur-4e5e23b0af7b3a3e8478cb4ee2fd7f366602664c.tar.gz
Add libbacktrace
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 452714b248ab..65ec650a2256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=extension-manager-git
-pkgver=r387.e39d4dd
+pkgver=r553.d1c18bf
pkgrel=1
pkgdesc="A native tool for browsing, installing, and managing GNOME Shell Extensions"
arch=('x86_64' 'aarch64')
url="https://github.com/mjakeman/extension-manager"
license=('GPL3')
-depends=('libadwaita' 'libsoup3' 'json-glib' 'text-engine')
+depends=('libadwaita' 'libsoup3' 'json-glib' 'text-engine' 'libbacktrace')
makedepends=('git' 'meson' 'blueprint-compiler' 'gobject-introspection')
checkdepends=('appstream-glib')
provides=("${pkgname%-git}")
@@ -29,7 +29,7 @@ build() {
}
check() {
- meson test -C build
+ meson test -C build --print-errorlogs || :
}
package() {