summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbin Larsson2023-08-18 22:15:21 +0200
committerAlbin Larsson2023-08-18 22:15:21 +0200
commit125d77bdb8ae4d3f03e77b692e4f1bb5068db721 (patch)
treeccdbda554e96aab894ef8d3265261467a78ba550
parentc3477e0236a8728a8db37e970f27fa5fa1a7af57 (diff)
downloadaur-125d77bdb8ae4d3f03e77b692e4f1bb5068db721.tar.gz
remove libkeybinder (no longer used)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fa22a43e615..e69a78cf42a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = ulauncher-git
depends = gtk3
depends = webkit2gtk-4.1
depends = libnotify
- depends = libkeybinder3
depends = libwnck3
depends = python-cairo
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 692107c1d4bd..83df204433e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='Application launcher for Linux'
arch=('any')
url="http://ulauncher.io"
license=('GPL3')
-depends=('gtk3' 'webkit2gtk-4.1' 'libnotify' 'libkeybinder3' 'libwnck3' 'python-cairo' 'python-gobject' 'python-levenshtein')
+depends=('gtk3' 'webkit2gtk-4.1' 'libnotify' 'libwnck3' 'python-cairo' 'python-gobject' 'python-levenshtein')
makedepends=('git' 'yarn' 'python-setuptools')
checkdepends=('desktop-file-utils')
optdepends=('libappindicator-gtk3: tray icon')