summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2018-02-18 14:38:34 -0300
committerDavi da Silva Böger2018-02-18 14:38:34 -0300
commit7aa8253fb8eb6c4e3a9f3aecc7af454d16fe53e6 (patch)
tree3e0493108918aba75253e31a81f38b2c61a92238
parent43ad6652cf7fb351c63cda707af62fb3cbffaf28 (diff)
downloadaur-7aa8253fb8eb6c4e3a9f3aecc7af454d16fe53e6.tar.gz
Replace dep on python2-nautilus with python-nautilus
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddb806215902..4c81c80d0315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tilix-bin
pkgdesc = A tiling terminal emulator based on GTK+ 3 (binary distribution)
pkgver = 1.7.5
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/gnunn1/tilix
arch = x86_64
license = MPL
@@ -11,7 +11,7 @@ pkgbase = tilix-bin
depends = vte3
depends = hicolor-icon-theme
depends = libx11
- optdepends = python2-nautilus: for "Open Tilix Here" support in nautilus
+ optdepends = python-nautilus: for "Open Tilix Here" support in nautilus
optdepends = vte3-notification: for desktop notifications support
optdepends = vte3-tilix: for notifications, triggers and badges support
optdepends = libsecret: for password manager
diff --git a/PKGBUILD b/PKGBUILD
index 07ccb02cf871..26b0f17f43b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=tilix-bin
_pkgname=tilix
pkgver=1.7.5
-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=('gtk3' 'dconf' 'gsettings-desktop-schemas' 'vte3' 'hicolor-icon-theme' 'libx11')
-optdepends=('python2-nautilus: for "Open Tilix Here" support in nautilus'
+optdepends=('python-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')