summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2023-07-04 16:31:44 -0700
committerxiota2023-07-04 16:31:44 -0700
commit907cd10877736529fe49148f13ba8904c9a3536a (patch)
tree2679985a0ea08c1b18499f326447cbcef550389a
parente560581c176ea570f029b6cdd392900a166beba1 (diff)
downloadaur-907cd10877736529fe49148f13ba8904c9a3536a.tar.gz
update conflicts/provides
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3669af83e90e..b47d2cd491bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = vte3-git
- pkgdesc = Virtual Terminal Emulator widget for use with GTK3
+ pkgdesc = Virtual Terminal Emulator widget (GTK3)
pkgver = 0.73.0.r26.g092d8b8f
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/vte
@@ -21,9 +21,13 @@ pkgbase = vte3-git
provides = libvte-2.91.so
provides = vte-common
provides = vte-git
+ provides = vte-common-git
+ provides = vtethree-git
+ conflicts = vte3
conflicts = vte-common
conflicts = vte-git
- conflicts = vte3
+ conflicts = vte-common-git
+ conflicts = vtethree-git
options = !emptydirs
source = vte::git+https://gitlab.gnome.org/GNOME/vte
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 844e1b0bf687..d28c85f916d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _pkgname="vte3"
pkgname="$_pkgname-git"
pkgver=0.73.0.r26.g092d8b8f
pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+pkgdesc="Virtual Terminal Emulator widget (GTK3)"
arch=('x86_64')
license=('LGPL')
options=('!emptydirs')
@@ -36,12 +36,18 @@ provides=(
"vte3=$pkgver"
'libvte-2.91.so'
'vte-common'
+
'vte-git'
+ 'vte-common-git'
+ 'vtethree-git'
)
conflicts=(
+ 'vte3'
'vte-common'
+
'vte-git'
- 'vte3'
+ 'vte-common-git'
+ 'vtethree-git'
)
source=(