summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2017-03-02 16:02:09 -0300
committerDavi da Silva Böger2017-03-23 11:32:19 -0300
commitf8b2935dfa6c302a96f0990c5deda1ce0f76fc40 (patch)
tree00f0db200aad2ac63ea756217fc1af473d3aa2a0
parent4172139259cde3c16d1b6378751a201e6be8d10f (diff)
downloadaur-f8b2935dfa6c302a96f0990c5deda1ce0f76fc40.tar.gz
Add missing dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a718fe6a0e5a..ececfe499000 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Mar 2 17:43:47 UTC 2017
+# Thu Mar 2 19:01:54 UTC 2017
pkgbase = terminix
pkgdesc = A tiling terminal emulator based on GTK+ 3 (binary distribution)
pkgver = 1.5.2
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/gnunn1/terminix
arch = x86_64
license = MPL
+ depends = liblphobos
depends = gtk3
depends = dconf
depends = gsettings-desktop-schemas
diff --git a/PKGBUILD b/PKGBUILD
index 85b702383583..35a2e4c28f9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=terminix
pkgver=1.5.2
-pkgrel=1
+pkgrel=2
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' 'libx11')
+depends=('liblphobos' '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)
md5sums_x86_64=('edf55dd0d85e46d5ad79126c879b4529')