summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Hüsers2015-10-14 17:31:33 +0200
committerManuel Hüsers2015-10-14 17:31:33 +0200
commiteab14424486c3b180e962e2133d1cdf0bbbeacdc (patch)
treee7dceb3854d7d6a41ae689e9765c27215775990d /PKGBUILD
parent24cbcbdb64d4279c04cb0ce9f65df9236a370472 (diff)
downloadaur-eab14424486c3b180e962e2133d1cdf0bbbeacdc.tar.gz
Add version restriction
Adds a version restriction to 'vte3-notification' dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d084f6d20f3..08f35b4d1090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc='The GNOME Terminal Emulator with Fedora patches'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('vte3-notification' 'gsettings-desktop-schemas' 'dconf')
+depends=('vte3-notification>=0.42.1' 'gsettings-desktop-schemas' 'dconf')
makedepends=('gnome-doc-utils' 'intltool' 'itstool' 'docbook-xsl' 'desktop-file-utils'
'libnautilus-extension' 'appdata-tools' 'gnome-shell' 'gconf' 'vala' 'yelp-tools')
optdepends=('gconf: settings migration when upgrading from older version')