summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormydongistiny2019-06-30 15:48:27 -0700
committermydongistiny2019-06-30 15:49:08 -0700
commit5c416a75314bdcdb9b3ffd2fa874af2a69a15472 (patch)
tree08cb4fdc6d2cf6659ee8b22a1e4f2a749793a8d2
parent760e650e021880c42ac3d782f012307dbbdfb630 (diff)
downloadaur-5c416a75314bdcdb9b3ffd2fa874af2a69a15472.tar.gz
Update versions for fc30 sources
Signed-off-by: mydongistiny <jaysonedson@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd2ddbb667e0..71baca3d5a0f 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.54.2
+ pkgver = 0.56.3
pkgrel = 1
url = https://wiki.gnome.org/Apps/Terminal/VTE
arch = i686
@@ -17,7 +17,7 @@ pkgbase = vte3-notification
depends = pcre2
depends = gnutls
options = !emptydirs
- source = git+https://git.gnome.org/browse/vte#tag=0.54.2
+ source = git+https://git.gnome.org/browse/vte#tag=0.56.3
source = vte291-command-notify-scroll-speed.patch-94ec580d203552c728f6d46ce539fd321d991500::https://src.fedoraproject.org/rpms/vte291/raw/94ec580d203552c728f6d46ce539fd321d991500/f/vte291-command-notify-scroll-speed.patch
source = add-zsh-notfication-support.patch
sha256sums = SKIP
@@ -29,13 +29,13 @@ pkgname = vte3-notification
depends = pcre2
depends = gnutls
depends = vte-notification-common
- provides = vte3=0.54.2
+ provides = vte3=0.56.3
conflicts = vte3
pkgname = vte-notification-common
pkgdesc = Common files used by vte and vte3
arch = any
depends = sh
- provides = vte-common=0.54.2
+ provides = vte-common=0.56.3
conflicts = vte-common
diff --git a/PKGBUILD b/PKGBUILD
index e957653f47e8..7efd48ba3196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase='vte3-notification'
pkgname=("${pkgbase}" 'vte-notification-common')
-pkgver=0.54.2
-pkgrel=1
+pkgver=0.56.3
+pkgrel=2
pkgdesc='Virtual Terminal Emulator widget for use with GTK3 with Fedora patches'
arch=('i686' 'x86_64')
url='https://wiki.gnome.org/Apps/Terminal/VTE'
@@ -17,7 +17,7 @@ options=('!emptydirs')
# Fedora patches: https://pkgs.fedoraproject.org/cgit/rpms/vte291.git/tree/
_frepourl='https://src.fedoraproject.org/rpms/vte291'
-_frepobranch='f29'
+_frepobranch='f30'
_fpatchfile='vte291-command-notify-scroll-speed.patch'
_fcommit='94ec580d203552c728f6d46ce539fd321d991500'