summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Edson2023-04-05 15:36:23 -0700
committerJason Edson2023-04-05 15:36:23 -0700
commit21167c0db050e943b761775dc922c8522550da5e (patch)
tree4967cea2ad956af9a3be2448266ff5683c5688c4
parent1665d3e1520e9b42ce8126ba8524b06e212530db (diff)
downloadaur-21167c0db050e943b761775dc922c8522550da5e.tar.gz
Update to version 0.72.0-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1387c9bb673b..316842903c59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vte3-notification
pkgdesc = Virtual Terminal Emulator widget for use with GTK3 with Fedora patches
- pkgver = 0.71.99
+ pkgver = 0.72.0
pkgrel = 1
url = https://wiki.gnome.org/Apps/Terminal/VTE
arch = i686
@@ -20,10 +20,10 @@ pkgbase = vte3-notification
depends = fribidi
depends = systemd-libs
options = !emptydirs
- source = git+https://gitlab.gnome.org/GNOME/vte#tag=0.71.99
- source = vte291-cntnr-precmd-preexec-scroll.patch-de03576168f1ec4beeb7330239f4debf3234b842::https://src.fedoraproject.org/rpms/vte291/raw/de03576168f1ec4beeb7330239f4debf3234b842/f/vte291-cntnr-precmd-preexec-scroll.patch
+ source = git+https://gitlab.gnome.org/GNOME/vte#tag=0.72.0
+ source = vte291-cntnr-precmd-preexec-scroll.patch-44a011ad2c2c775c6c8d5de6e7af4e13eb334333::https://src.fedoraproject.org/rpms/vte291/raw/44a011ad2c2c775c6c8d5de6e7af4e13eb334333/f/vte291-cntnr-precmd-preexec-scroll.patch
sha256sums = SKIP
- sha256sums = e5672a857c51a620ca5448da29e4ea5b0e319c2a54416a4ca615b0e0392e00a9
+ sha256sums = 4e0dc098681f78241178f8aa33b6a59adf78bb13686540f0664285e080301b5b
pkgname = vte3-notification
depends = gtk3
@@ -33,8 +33,8 @@ pkgname = vte3-notification
depends = fribidi
depends = systemd-libs
depends = vte-notification-common
- provides = vte3=0.71.99
- provides = vte4=0.71.99
+ provides = vte3=0.72.0
+ provides = vte4=0.72.0
provides = libvte-2.91.so
conflicts = vte3
conflicts = vte4
@@ -43,5 +43,5 @@ pkgname = vte-notification-common
pkgdesc = Common files used by vte and vte3
arch = any
depends = sh
- provides = vte-common=0.71.99
+ provides = vte-common=0.72.0
conflicts = vte-common
diff --git a/PKGBUILD b/PKGBUILD
index a44ed144a551..6f70b754f8a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(
${pkgbase}
vte-notification-common
)
-pkgver=0.71.99
+pkgver=0.72.0
pkgrel=1
pkgdesc='Virtual Terminal Emulator widget for use with GTK3 with Fedora patches'
url='https://wiki.gnome.org/Apps/Terminal/VTE'
@@ -41,7 +41,7 @@ options=('!emptydirs')
_frepourl='https://src.fedoraproject.org/rpms/vte291'
_frepobranch='rawhide'
_fpatchfile100='vte291-cntnr-precmd-preexec-scroll.patch'
-_fcommit='de03576168f1ec4beeb7330239f4debf3234b842'
+_fcommit='44a011ad2c2c775c6c8d5de6e7af4e13eb334333'
source=(
"git+https://gitlab.gnome.org/GNOME/vte#tag=${pkgver}"
@@ -49,7 +49,7 @@ source=(
)
sha256sums=(
'SKIP'
- 'e5672a857c51a620ca5448da29e4ea5b0e319c2a54416a4ca615b0e0392e00a9'
+ '4e0dc098681f78241178f8aa33b6a59adf78bb13686540f0664285e080301b5b'
)
prepare () {