summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-10-04 08:11:42 -0600
committerMark Wagie2022-10-04 08:11:42 -0600
commit5aad12995e8918f799bba25d9c103b3c96b1ce03 (patch)
tree93165200182215ba67418b9a33aa0f5877d6b31d /PKGBUILD
parent78caedd3d31b13535a6b2f36c554f9a9bbc3ea92 (diff)
downloadaur-5aad12995e8918f799bba25d9c103b3c96b1ce03.tar.gz
avoid conflict with vte-docs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 979bf56d06c3..4439e11b49a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=vte4-git
-pkgver=0.61.90+r304+g0372107a
-pkgrel=2
+pkgver=0.69.90+r35+g8ef3f6b2
+pkgrel=1
pkgdesc="Virtual Terminal Emulator widget"
url="https://wiki.gnome.org/Apps/Terminal/VTE"
arch=(x86_64)
@@ -29,7 +29,7 @@ prepare() {
build() {
arch-meson vte build \
-D b_lto=false \
- -D docs=true \
+ -D docs=false \
-D gtk3=false \
-D gtk4=true
meson compile -C build