summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Edson2022-11-13 09:18:36 -0800
committerJason Edson2022-11-13 09:18:36 -0800
commit9149536fc06d36533773b4169ecf009685ea0cf9 (patch)
tree429727cca3f68bb206cb342313f583ac3e41ef83
parent71459e27dd6e35bff28ed40e5b73ac801f3515a6 (diff)
downloadaur-9149536fc06d36533773b4169ecf009685ea0cf9.tar.gz
Add vte4 to provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c60e70306c54..d95771dff1e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vte3-notification
pkgdesc = Virtual Terminal Emulator widget for use with GTK3 with Fedora patches
pkgver = 0.70.1
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/Terminal/VTE
arch = i686
arch = x86_64
@@ -34,8 +34,10 @@ pkgname = vte3-notification
depends = systemd-libs
depends = vte-notification-common
provides = vte3=0.70.1
+ provides = vte4=0.70.1
provides = libvte-2.91.so
conflicts = vte3
+ conflicts = vte4
pkgname = vte-notification-common
pkgdesc = Common files used by vte and vte3
diff --git a/PKGBUILD b/PKGBUILD
index d315cbff94b3..04f3ab8497ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=(
vte-notification-common
)
pkgver=0.70.1
-pkgrel=1
+pkgrel=2
pkgdesc='Virtual Terminal Emulator widget for use with GTK3 with Fedora patches'
url='https://wiki.gnome.org/Apps/Terminal/VTE'
license=(LGPL)
@@ -81,9 +81,13 @@ package_vte3-notification(){
depends+=(vte-notification-common)
provides+=(
"vte3=${pkgver}"
+ "vte4=${pkgver}"
'libvte-2.91.so'
)
- conflicts=('vte3')
+ conflicts=(
+ 'vte3'
+ 'vte4'
+ )
meson install -C build --destdir "${pkgdir}"