summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2023-07-04 16:29:22 -0700
committerxiota2023-07-04 16:29:22 -0700
commit73ecf91fa45393c2a9d6212eb8c39e4a2239e699 (patch)
tree7476d1e384782f89e6413ea101bd7abab9312195 /PKGBUILD
parent748ebb2c8a7188a283aa16620c9419c3d881635f (diff)
downloadaur-73ecf91fa45393c2a9d6212eb8c39e4a2239e699.tar.gz
update conflicts/provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eed16ec51aa8..40c30c1bf9ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _pkgname='vte4'
pkgname="$_pkgname-git"
pkgver=0.73.0.r26.g092d8b8f
pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget"
+pkgdesc="Virtual Terminal Emulator widget (GTK4)"
# https://wiki.gnome.org/Apps/Terminal/VTE
url="https://gitlab.gnome.org/GNOME/vte"
arch=('x86_64')
@@ -35,13 +35,14 @@ makedepends=(
provides=(
"vte4=$pkgver"
'libvte-2.91-gtk4.so=0-64'
- 'vte-common'
'vte-git'
)
conflicts=(
- 'vte-common'
- 'vte-git'
'vte4'
+
+ 'vte-git'
+ 'vte-common-git'
+ 'vtethree-git'
)
source=(