summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2016-02-12 22:52:19 -0200
committerDavi da Silva Böger2017-03-23 11:32:19 -0300
commit86301ca958d4f2bf447dbdfe062e59c88ae69dde (patch)
treef8584f42ed0c2195f90232b526bad46175108845
parent7d17beac436770f2d9a3b6c8a4c8aa1f4cbb24fe (diff)
downloadaur-86301ca958d4f2bf447dbdfe062e59c88ae69dde.tar.gz
Version 0.46.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5853a614b9b..8177ff9b4d44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 28 14:24:43 UTC 2016
+# Sat Feb 13 00:51:52 UTC 2016
pkgbase = terminix
pkgdesc = A tiling terminal emulator based on GTK+ 3
- pkgver = 0.45.0
+ pkgver = 0.46.0
pkgrel = 1
url = http://github.com/gnunn1/terminix
install = terminix.install
@@ -13,8 +13,8 @@ pkgbase = terminix
depends = gsettings-desktop-schemas
depends = vte3
optdepends = libnautilus-extension: for "open with terminix" support in nautilus
- source_x86_64 = https://github.com/gnunn1/terminix/releases/download/0.45.0/terminix.zip
- sha256sums_x86_64 = 3b2b9d6d7c17b953ae8e4ce8d0516197688703af287aef26298df9d0bb0edf69
+ source_x86_64 = https://github.com/gnunn1/terminix/releases/download/0.46.0/terminix.zip
+ sha256sums_x86_64 = f333497e364353e99c563160c91f9902f18ca5cfbcc64cc59034f37d8773b24e
pkgname = terminix
diff --git a/PKGBUILD b/PKGBUILD
index 1d42a3af8dec..b259da3a388e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Gerald Nunn <gerald dot b dot nunn at gmail dot com>
+# Contributor: Gerald Nunn <gerald dot b dot nunn at gmail dot com>
+# Maintainer: Davi da Silva Böger <dsboger at gmail dot com>
pkgname=terminix
-pkgver=0.45.0
+pkgver=0.46.0
pkgrel=1
pkgdesc="A tiling terminal emulator based on GTK+ 3"
arch=('x86_64')
@@ -11,7 +12,7 @@ depends=('gtk3' 'dconf' 'gsettings-desktop-schemas' 'vte3')
optdepends=('libnautilus-extension: for "open with terminix" support in nautilus')
install=terminix.install
source_x86_64=(https://github.com/gnunn1/terminix/releases/download/$pkgver/terminix.zip)
-sha256sums_x86_64=('3b2b9d6d7c17b953ae8e4ce8d0516197688703af287aef26298df9d0bb0edf69')
+sha256sums_x86_64=('f333497e364353e99c563160c91f9902f18ca5cfbcc64cc59034f37d8773b24e')
package() {
cp -ar $srcdir/usr $pkgdir/usr