summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgnunn12016-01-12 23:43:10 -0500
committerDavi da Silva Böger2017-03-23 11:32:19 -0300
commitc686e5fc8b422fba60db688b3cd5828dedcdba68 (patch)
tree244178f9aa5a2dd3eaf8e793c5315ceecc7b6edf /PKGBUILD
parent09c2a4a66860928c3ae819e9ea73138842f0f1cb (diff)
downloadaur-c686e5fc8b422fba60db688b3cd5828dedcdba68.tar.gz
Updated to hopefully fix crash bug
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86b823999b9c..d1e1603846bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gerald Nunn <gerald dot b dot nunn at gmail dot com>
pkgname=terminix
-pkgver=0.31
+pkgver=0.31-1-1
pkgrel=1
pkgdesc="A tiling terminal emulator based on GTK+ 3"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MPL')
depends=('gtk3' 'dconf' 'gsettings-desktop-schemas' 'vte3')
install=terminix.install
source_x86_64=(https://github.com/gnunn1/terminix/releases/download/$pkgver/terminix.zip)
-md5sums_x86_64=('b90bbf48fbe4dc64d7d46094cb952b94')
+md5sums_x86_64=('f87d0546d6075cf8719bcb0b487d2ca1')
package() {
mkdir -p "$pkgdir/usr/bin"