summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 198514dbff26..95110af57e38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilix-bin
pkgdesc = A tiling terminal emulator based on GTK+ 3 (binary distribution)
- pkgver = 1.7.7
+ pkgver = 1.7.9
pkgrel = 1
url = http://github.com/gnunn1/tilix
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = tilix-bin
provides = tilix
conflicts = terminix
conflicts = tilix
- source_x86_64 = tilix-1.7.7.zip::https://github.com/gnunn1/tilix/releases/download/1.7.7/tilix.zip
- md5sums_x86_64 = d27a938f3fe97a242e7c5634c6eb707f
+ source_x86_64 = tilix-1.7.9.zip::https://github.com/gnunn1/tilix/releases/download/1.7.9/tilix.zip
+ md5sums_x86_64 = 067d94b1cfeb0fe4baee7909859a8e5c
pkgname = tilix-bin
diff --git a/PKGBUILD b/PKGBUILD
index 637d33eed63e..ca8cceec34db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tilix-bin
_pkgname=tilix
-pkgver=1.7.7
+pkgver=1.7.9
pkgrel=1
pkgdesc="A tiling terminal emulator based on GTK+ 3 (binary distribution)"
arch=('x86_64')
@@ -17,7 +17,7 @@ optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
provides=('terminix' 'tilix')
conflicts=('terminix' 'tilix')
source_x86_64=(${_pkgname}-${pkgver}.zip::https://github.com/gnunn1/tilix/releases/download/${pkgver}/${_pkgname}.zip)
-md5sums_x86_64=('d27a938f3fe97a242e7c5634c6eb707f')
+md5sums_x86_64=('067d94b1cfeb0fe4baee7909859a8e5c')
package() {
cp -ar $srcdir/usr $pkgdir/usr