summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Edson2020-10-13 12:28:09 -0700
committerJason Edson2020-10-13 12:28:09 -0700
commit9dbe3c20a6236947dfc651cebc401056960bfc63 (patch)
treecca20a93b72f94ba2fab33b33f87e01f23b7ff68
parent10bfba54980515c191938c32f3de55dd1b66d1ca (diff)
downloadaur-9dbe3c20a6236947dfc651cebc401056960bfc63.tar.gz
Update source for 0.62.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42141d84ee81..7d52d922ce88 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.62.0
+ pkgver = 0.62.1
pkgrel = 1
url = https://wiki.gnome.org/Apps/Terminal/VTE
arch = i686
@@ -19,23 +19,23 @@ pkgbase = vte3-notification
depends = pcre2
depends = gnutls
options = !emptydirs
- source = git+https://git.gnome.org/browse/vte#tag=0.60.3
- source = vte291-cntnr-precmd-preexec-scroll.patch-a1c1e6f7789cad5da04fa9009118094468d8c00e::https://src.fedoraproject.org/rpms/vte291/raw/a1c1e6f7789cad5da04fa9009118094468d8c00e/f/vte291-cntnr-precmd-preexec-scroll.patch
+ source = git+https://git.gnome.org/browse/vte#tag=0.62.1
+ source = vte291-cntnr-precmd-preexec-scroll.patch-623150318ddb9a9a5797b4b9f74e6bb5d7ad7715::https://src.fedoraproject.org/rpms/vte291/raw/623150318ddb9a9a5797b4b9f74e6bb5d7ad7715/f/vte291-cntnr-precmd-preexec-scroll.patch
sha256sums = SKIP
- sha256sums = 48c2abc4d74960a4b0180f2ef1484f89bf77e4b79fa2d017e34a76b344a6faba
+ sha256sums = 58103faff3bd492bcfd2a4c5b981fe951f3a96aca55edb30526563dad2e89842
pkgname = vte3-notification
depends = gtk3
depends = pcre2
depends = gnutls
depends = vte-notification-common
- provides = vte3=0.62.0
+ provides = vte3=0.62.1
conflicts = vte3
pkgname = vte-notification-common
pkgdesc = Common files used by vte and vte3
arch = any
depends = sh
- provides = vte-common=0.62.0
+ provides = vte-common=0.62.1
conflicts = vte-common
diff --git a/PKGBUILD b/PKGBUILD
index e86807b14d6c..31c887ffa040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase='vte3-notification'
pkgname=("${pkgbase}" 'vte-notification-common')
-pkgver=0.62.0
+pkgver=0.62.1
pkgrel=1
pkgdesc='Virtual Terminal Emulator widget for use with GTK3 with Fedora patches'
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ options=('!emptydirs')
_frepourl='https://src.fedoraproject.org/rpms/vte291'
_frepobranch='f33'
_fpatchfile='vte291-cntnr-precmd-preexec-scroll.patch'
-_fcommit='a1c1e6f7789cad5da04fa9009118094468d8c00e'
+_fcommit='623150318ddb9a9a5797b4b9f74e6bb5d7ad7715'
# VTE source ref
_vtetag=${pkgver}
@@ -30,7 +30,7 @@ source=(
"${_fpatchfile}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile}"
)
sha256sums=('SKIP'
- '48c2abc4d74960a4b0180f2ef1484f89bf77e4b79fa2d017e34a76b344a6faba')
+ '58103faff3bd492bcfd2a4c5b981fe951f3a96aca55edb30526563dad2e89842')
prepare () {
cd "vte"