summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmanuel Amaral Couto2019-09-21 00:24:31 +0100
committerEmanuel Amaral Couto2019-09-21 00:24:31 +0100
commitbc338a9ece185c23a82100e85c787d43b74418cc (patch)
treed880172b3c84c43c10d1290d0c9ced4e67cc4477 /PKGBUILD
parenteab3db7a889a6a049a18218e2e04ecbab4f1442b (diff)
downloadaur-termite-nocsd.tar.gz
Add libvte patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5d507865e93..cbf522e7be2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=termite-nocsd
pkgname=('termite-nocsd')
pkgver=15
-pkgrel=1
+pkgrel=2
pkgdesc="A simple VTE-based terminal without GTK client side decorations. Perfect for wayland+sway users."
url="https://github.com/thestinger/termite/"
license=('LGPL')
@@ -16,13 +16,13 @@ arch=('x86_64')
depends=('gtk3' 'pcre2' 'gnutls' 'vte-common')
makedepends=('git' 'ncurses' 'intltool' 'gperf' 'gtk-doc')
_vtever=0.56.2.a
-source=("${pkgbase}::git+https://github.com/thestinger/termite#tag=v${pkgver}"
+source=("${pkgbase}::git+https://github.com/thestinger/termite#commit=7e9a93b421b9596f8980645a46ac2ad5468dac06"
"git+https://github.com/thestinger/vte-ng#tag=${_vtever}"
"termite-util::git+https://github.com/thestinger/util"
"termite.patch")
sha256sums=('SKIP'
'SKIP'
- 'SKIP'
+ 'SKIP'
'4319296a88502b0a0397704177047cf7b0d39816b87d0f477a92ced4d1f16715')
prepare() {