summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39e305da01b2..ea7489911ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 21 22:14:38 UTC 2016
+# Sat Oct 1 02:48:13 UTC 2016
pkgbase = terminix
pkgdesc = A tiling terminal emulator based on GTK+ 3 (binary distribution)
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = http://github.com/gnunn1/terminix
arch = x86_64
@@ -12,9 +12,10 @@ pkgbase = terminix
depends = gsettings-desktop-schemas
depends = vte3
depends = hicolor-icon-theme
+ depends = libx11
optdepends = python2-nautilus: for "Open Terminix Here" support in nautilus
- source_x86_64 = terminix-1.2.0.zip::https://github.com/gnunn1/terminix/releases/download/1.2.0/terminix.zip
- sha512sums_x86_64 = 1252d97395d7b6ceaec224149771fbd5c0d7799559563cd29b57ec1fcded3f12c59c0d1b80ecb69726c59124dc70da7eaec7931de0f9568ab8a581e358db08b6
+ source_x86_64 = terminix-1.3.0.zip::https://github.com/gnunn1/terminix/releases/download/1.3.0/terminix.zip
+ sha512sums_x86_64 = 845d07176672a73e5bed65223d78b06e00453d6881c7e56a8f2aee5a06ebc393ebf7f46f3c9f6657d5e55f0d0666fdb0d559c3bd0a86b4dbc9eaabe528b61838
pkgname = terminix
diff --git a/PKGBUILD b/PKGBUILD
index 8a78e636e745..e636aae583ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Davi da Silva Böger <dsboger at gmail dot com>
pkgname=terminix
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="A tiling terminal emulator based on GTK+ 3 (binary distribution)"
arch=('x86_64')
url="http://github.com/gnunn1/terminix"
license=('MPL')
-depends=('gtk3' 'dconf' 'gsettings-desktop-schemas' 'vte3' 'hicolor-icon-theme')
+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=('1252d97395d7b6ceaec224149771fbd5c0d7799559563cd29b57ec1fcded3f12c59c0d1b80ecb69726c59124dc70da7eaec7931de0f9568ab8a581e358db08b6')
+sha512sums_x86_64=('845d07176672a73e5bed65223d78b06e00453d6881c7e56a8f2aee5a06ebc393ebf7f46f3c9f6657d5e55f0d0666fdb0d559c3bd0a86b4dbc9eaabe528b61838')
package() {
cp -ar $srcdir/usr $pkgdir/usr