summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernhard Landauer2020-05-19 11:29:32 +0200
committerBernhard Landauer2020-05-19 11:29:32 +0200
commit5b43a2cb32a621b85be73005207752c581e284ca (patch)
tree51d9684f583018093344952a9c2c0eb1faf25c94 /PKGBUILD
parent6749c2c93f81f384121107331118ad6f33224525 (diff)
downloadaur-indicator-application.tar.gz
fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a6d4071bc57..746266bc6880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=indicator-application
pkgver=12.10.0
-pkgrel=2
+pkgrel=3
pkgdesc="Indicator to take menus from applications and place them in the panel"
arch=('i686' 'x86_64')
url="https://launchpad.net/indicator-application"
license=('GPL')
-depends=('json-glib' 'dbus-glib' 'libappindicator3')
+depends=('json-glib' 'dbus-glib' 'libappindicator-gtk3')
options=('!libtool')
source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
md5sums=('0bbd45ee2f388580285c36dabd49caaf')