summarylogtreecommitdiffstats
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
parenteab3db7a889a6a049a18218e2e04ecbab4f1442b (diff)
downloadaur-termite-nocsd.tar.gz
Add libvte patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5bd5252348f..7fda19e5f0c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = termite-nocsd
pkgdesc = A simple VTE-based terminal without GTK client side decorations. Perfect for wayland+sway users.
pkgver = 15
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/thestinger/termite/
arch = x86_64
license = LGPL
@@ -16,7 +16,7 @@ pkgbase = termite-nocsd
depends = vte-common
provides = termite
conflicts = termite
- source = termite-nocsd::git+https://github.com/thestinger/termite#tag=v15
+ source = termite-nocsd::git+https://github.com/thestinger/termite#commit=7e9a93b421b9596f8980645a46ac2ad5468dac06
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
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() {