summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-01 17:42:29 -0600
committerMark Wagie2020-10-01 17:42:29 -0600
commitad6d344511c38fb3d53037ea59a84540e78e256d (patch)
treea046206e049e7534be1338822566261ff345b344
parent89082a4f64289058ee3eb52a4265c77d9dfe03ab (diff)
downloadaur-ad6d344511c38fb3d53037ea59a84540e78e256d.tar.gz
fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e7f68c4d67f..75b2eee93dba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = sticky-git
depends = gspell
depends = python-gobject
depends = python-xapp
- optdepends = lipappindicator-gtk3: for tray icon
+ optdepends = libappindicator-gtk3: for tray icon
provides = sticky
conflicts = sticky
source = git+https://github.com/collinss/sticky.git
diff --git a/PKGBUILD b/PKGBUILD
index e13a57561d7d..df1a6707e299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/collinss/sticky"
license=('GPL')
depends=('gtk3' 'xapp' 'gspell' 'python-gobject' 'python-xapp')
makedepends=('git')
-optdepends=('lipappindicator-gtk3: for tray icon')
+optdepends=('libappindicator-gtk3: for tray icon')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/collinss/sticky.git')