summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2022-01-10 12:12:00 +0100
committerPhilip Goto2022-01-10 12:12:00 +0100
commit4df44de51d1f6ed2e24929877009a87ed4e1cfa4 (patch)
tree27cd19aebd68cc050cbb86bfeb3efd07f74d733a /PKGBUILD
parent627ef18203c7b63b6e6c819e1521c367c57f4a37 (diff)
downloadaur-4df44de51d1f6ed2e24929877009a87ed4e1cfa4.tar.gz
Update to 5.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97f21041055a..6097b1cbc21a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=gtksourceview5
-pkgver=5.3.1
+pkgver=5.3.2
pkgrel=1
pkgdesc='A text widget adding syntax highlighting and more to GNOME'
arch=(x86_64 aarch64)
@@ -18,7 +18,7 @@ makedepends=(
checkdepends=(xorg-server-xvfb)
_commit=${pkgver}
source=("${url}/-/archive/${_commit}/gtksourceview-${_commit}.tar.gz")
-b2sums=('SKIP')
+b2sums=('6bfb62128e224aa9ef2d4ebcfbff3ea4b12204b2ce7ed323dc6e436ac0461164257d5182d260b92476130bc6b3f929411b7b664a1f4e907a5cf604d6db6037f9')
build() {
arch-meson gtksourceview-${_commit} build -D gtk_doc=true
@@ -28,7 +28,7 @@ build() {
check() {
dbus-run-session xvfb-run \
-s '-screen 0 1920x1080x24 -nolisten local' \
- meson test -C build --print-errorlogs || true
+ meson test -C build --print-errorlogs
}
package() {