summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernhard Landauer2016-12-11 21:30:27 +0100
committerBernhard Landauer2016-12-11 21:30:27 +0100
commitb7d7729232046db1b894f94a1dba0ddf156b6e4e (patch)
tree4843e8a9d1dcd9905c5d5f397d7c1b3da7078e3a /PKGBUILD
parentf22e1516a1af4cd8ff7fe93b43077558be5d07ff (diff)
downloadaur-b7d7729232046db1b894f94a1dba0ddf156b6e4e.tar.gz
corrections for gtk3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33445a9ba40c..2f1bab1a6799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://github.com/CristianHenzel/ClipIt/"
_snapshot=ea3e1c4dd53f022289dd1c4835200ce2eab8ec98
license=('GPL3')
-depends=('gtk2' 'libappindicator-gtk2')
+depends=('gtk3' 'libappindicator-gtk3')
conflicts=('clipit')
makedepends=('intltool')
optdepends=('xdotool: for automatic paste')