summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Edson2021-02-04 11:32:43 -0800
committerJason Edson2021-02-04 11:32:43 -0800
commita81ddb2e01fb1abf83eec9690cd6b682f2fd3957 (patch)
treeceeae0085690fc585fae2bb86112dd825785c34a
parenteafeda78811ac2941dfbb76b2f7a3ef3fe08452b (diff)
downloadaur-a81ddb2e01fb1abf83eec9690cd6b682f2fd3957.tar.gz
Fix .SRCINFO number
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b818c29833dd..6da590dd06e2 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.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
diff --git a/PKGBUILD b/PKGBUILD
index 6bb39bd08d4f..e61bc71506ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'