diff options
author | Jason Edson | 2021-02-04 11:32:43 -0800 |
---|---|---|
committer | Jason Edson | 2021-02-04 11:32:43 -0800 |
commit | a81ddb2e01fb1abf83eec9690cd6b682f2fd3957 (patch) | |
tree | ceeae0085690fc585fae2bb86112dd825785c34a | |
parent | eafeda78811ac2941dfbb76b2f7a3ef3fe08452b (diff) | |
download | aur-a81ddb2e01fb1abf83eec9690cd6b682f2fd3957.tar.gz |
Fix .SRCINFO number
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = vte3-notification pkgdesc = Virtual Terminal Emulator widget for use with GTK3 with Fedora patches pkgver = 0.62.2 - pkgrel = 1 + pkgrel = 2 url = https://wiki.gnome.org/Apps/Terminal/VTE arch = i686 arch = x86_64 @@ -29,13 +29,13 @@ pkgname = vte3-notification depends = pcre2 depends = gnutls depends = vte-notification-common - provides = vte3=0.62.1 + provides = vte3=0.62.2 conflicts = vte3 pkgname = vte-notification-common pkgdesc = Common files used by vte and vte3 arch = any depends = sh - provides = vte-common=0.62.1 + provides = vte-common=0.62.3 conflicts = vte-common @@ -7,7 +7,7 @@ pkgbase='vte3-notification' pkgname=("${pkgbase}" 'vte-notification-common') pkgver=0.62.2 -pkgrel=1 +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' |