summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2020-05-19 11:29:32 +0200
committerBernhard Landauer2020-05-19 11:29:32 +0200
commit5b43a2cb32a621b85be73005207752c581e284ca (patch)
tree51d9684f583018093344952a9c2c0eb1faf25c94
parent6749c2c93f81f384121107331118ad6f33224525 (diff)
downloadaur-indicator-application.tar.gz
fix depends
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 890eafa7992c..3ca0d3f0d993 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = indicator-application
pkgdesc = Indicator to take menus from applications and place them in the panel
pkgver = 12.10.0
- pkgrel = 2
+ pkgrel = 3
url = https://launchpad.net/indicator-application
arch = i686
arch = x86_64
license = GPL
depends = json-glib
depends = dbus-glib
- depends = libappindicator3
+ depends = libappindicator-gtk3
options = !libtool
source = http://launchpad.net/indicator-application/12.10/12.10.0/+download/indicator-application-12.10.0.tar.gz
md5sums = 0bbd45ee2f388580285c36dabd49caaf
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..71bcfc6c909d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+src/*
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')