summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuel Amaral Couto2019-07-13 14:36:30 +0100
committerEmanuel Amaral Couto2019-07-13 14:36:30 +0100
commiteab3db7a889a6a049a18218e2e04ecbab4f1442b (patch)
treef8cc5b4ef44f57e71ca8a95011f5e5382be1c5d2
parent7994977308b03d3c471a16771c5960af39628377 (diff)
downloadaur-eab3db7a889a6a049a18218e2e04ecbab4f1442b.tar.gz
Update to version 15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 424c997c18ee..f5bd5252348f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = termite-nocsd
pkgdesc = A simple VTE-based terminal without GTK client side decorations. Perfect for wayland+sway users.
- pkgver = 14
+ pkgver = 15
pkgrel = 1
url = https://github.com/thestinger/termite/
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = termite-nocsd
depends = vte-common
provides = termite
conflicts = termite
- source = termite-nocsd::git+https://github.com/thestinger/termite#tag=v14
- source = git+https://github.com/thestinger/vte-ng#tag=0.54.2.a
+ source = termite-nocsd::git+https://github.com/thestinger/termite#tag=v15
+ source = git+https://github.com/thestinger/vte-ng#tag=0.56.2.a
source = termite-util::git+https://github.com/thestinger/util
source = termite.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5009981f1cf5..b5d507865e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=termite-nocsd
pkgname=('termite-nocsd')
-pkgver=14
+pkgver=15
pkgrel=1
pkgdesc="A simple VTE-based terminal without GTK client side decorations. Perfect for wayland+sway users."
url="https://github.com/thestinger/termite/"
@@ -15,7 +15,7 @@ provides=('termite')
arch=('x86_64')
depends=('gtk3' 'pcre2' 'gnutls' 'vte-common')
makedepends=('git' 'ncurses' 'intltool' 'gperf' 'gtk-doc')
-_vtever=0.54.2.a
+_vtever=0.56.2.a
source=("${pkgbase}::git+https://github.com/thestinger/termite#tag=v${pkgver}"
"git+https://github.com/thestinger/vte-ng#tag=${_vtever}"
"termite-util::git+https://github.com/thestinger/util"