summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2016-12-22 14:55:44 -0200
committerDavi da Silva Böger2017-03-23 11:32:19 -0300
commit2476fcc6141a8b10bcee62f4ed071a42fb57eb68 (patch)
tree79029eead6dd0cd04fa883a38fa5df0f961527b3
parent008030f2db9701e927f0f941f9c463ff30c57ead (diff)
downloadaur-2476fcc6141a8b10bcee62f4ed071a42fb57eb68.tar.gz
Update for version 1.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d66933a1210a..be10209da62f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 7 04:10:51 UTC 2016
+# Thu Dec 22 16:55:28 UTC 2016
pkgbase = terminix
pkgdesc = A tiling terminal emulator based on GTK+ 3 (binary distribution)
- pkgver = 1.3.5
+ pkgver = 1.4.0
pkgrel = 1
url = http://github.com/gnunn1/terminix
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = terminix
depends = hicolor-icon-theme
depends = libx11
optdepends = python2-nautilus: for "Open Terminix Here" support in nautilus
- source_x86_64 = terminix-1.3.5.zip::https://github.com/gnunn1/terminix/releases/download/1.3.5/terminix.zip
- sha512sums_x86_64 = c312bfd99ceda3796d03b3fa5c0d1c27992a1c60a40bbe3f06fd004c5f69b1959bc3156b905ed835c0757512bf75feb680bfdd07ab64b6861fc56d5f25eacfa8
+ source_x86_64 = terminix-1.4.0.zip::https://github.com/gnunn1/terminix/releases/download/1.4.0/terminix.zip
+ sha512sums_x86_64 = 7f861477955eba2174ac66d36c39541e7df333da89eb3d0886c7b7f4be77c305f08d0d02994d95dec6bf19772ce9bc19cc9dc4d7d5724f05c5d8d4fd24df15f2
pkgname = terminix
diff --git a/PKGBUILD b/PKGBUILD
index 7398f2650474..fed3bf38f681 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Davi da Silva Böger <dsboger at gmail dot com>
pkgname=terminix
-pkgver=1.3.5
+pkgver=1.4.0
pkgrel=1
pkgdesc="A tiling terminal emulator based on GTK+ 3 (binary distribution)"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MPL')
depends=('gtk3' 'dconf' 'gsettings-desktop-schemas' 'vte3' 'hicolor-icon-theme' 'libx11')
optdepends=('python2-nautilus: for "Open Terminix Here" support in nautilus')
source_x86_64=(${pkgname}-${pkgver}.zip::https://github.com/gnunn1/terminix/releases/download/${pkgver}/terminix.zip)
-sha512sums_x86_64=('c312bfd99ceda3796d03b3fa5c0d1c27992a1c60a40bbe3f06fd004c5f69b1959bc3156b905ed835c0757512bf75feb680bfdd07ab64b6861fc56d5f25eacfa8')
+sha512sums_x86_64=('7f861477955eba2174ac66d36c39541e7df333da89eb3d0886c7b7f4be77c305f08d0d02994d95dec6bf19772ce9bc19cc9dc4d7d5724f05c5d8d4fd24df15f2')
package() {
cp -ar $srcdir/usr $pkgdir/usr