summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2017-03-24 23:57:13 -0300
committerDavi da Silva Böger2017-03-24 23:57:13 -0300
commit57a162cb70cc37acf9095ca1d69a34df9a4f4c6c (patch)
tree8cf565ca4e5a78da9bca24104313687682c0ef6f
parent5d537a2db630c76a57af9e7429485f2d5c8e5fcb (diff)
downloadaur-57a162cb70cc37acf9095ca1d69a34df9a4f4c6c.tar.gz
Remove unused dependency on liblphobos
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7b753e07418..972ab48a40dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
# Generated by mksrcinfo v8
-# Thu Mar 23 14:37:04 UTC 2017
+# Sat Mar 25 02:56:30 UTC 2017
pkgbase = tilix-bin
pkgdesc = A tiling terminal emulator based on GTK+ 3 (binary distribution)
pkgver = 1.5.4
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/gnunn1/tilix
arch = x86_64
license = MPL
- depends = liblphobos
depends = gtk3
depends = dconf
depends = gsettings-desktop-schemas
@@ -18,6 +17,10 @@ pkgbase = tilix-bin
optdepends = vte3-notification: for desktop notifications support
optdepends = vte3-tilix: for notifications, triggers and badges support
optdepends = libsecret: for password manager
+ provides = terminix
+ provides = tilix
+ conflicts = terminix
+ conflicts = tilix
source_x86_64 = tilix-1.5.4.zip::https://github.com/gnunn1/tilix/releases/download/1.5.4/tilix.zip
md5sums_x86_64 = 20d2969d686408051330e9645e70987b
diff --git a/PKGBUILD b/PKGBUILD
index 00dca10ef1ed..98194fa9fca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,18 @@
pkgname=tilix-bin
_pkgname=tilix
pkgver=1.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="A tiling terminal emulator based on GTK+ 3 (binary distribution)"
arch=('x86_64')
url="http://github.com/gnunn1/tilix"
license=('MPL')
-depends=('liblphobos' 'gtk3' 'dconf' 'gsettings-desktop-schemas' 'vte3' 'hicolor-icon-theme' 'libx11')
+depends=('gtk3' 'dconf' 'gsettings-desktop-schemas' 'vte3' 'hicolor-icon-theme' 'libx11')
optdepends=('python2-nautilus: for "Open Tilix Here" support in nautilus'
'vte3-notification: for desktop notifications support'
'vte3-tilix: for notifications, triggers and badges support'
'libsecret: for password manager')
+provides=('terminix' 'tilix')
+conflicts=('terminix' 'tilix')
source_x86_64=(${_pkgname}-${pkgver}.zip::https://github.com/gnunn1/tilix/releases/download/${pkgver}/${_pkgname}.zip)
md5sums_x86_64=('20d2969d686408051330e9645e70987b')