summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-05-28 12:23:05 +0200
committerMaxime Gauduin2017-05-28 12:23:05 +0200
commit9f63810f87a1722e458802fab0b95c8c98279eca (patch)
treec26fcd75f4d13d5d444ea05af8b915d2416c3ad0
parentd6133848f9039483a0f61798a5ee12acbe01cd24 (diff)
downloadaur-9f63810f87a1722e458802fab0b95c8c98279eca.tar.gz
Fix groups
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2381238a3c5..5f2961dbfa20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 28 10:18:48 UTC 2017
+# Sun May 28 10:23:05 UTC 2017
pkgbase = wingpanel-indicator-ayatana-git
pkgdesc = Wingpanel Ayatana-Compatibility Indicator
pkgver = r36.8533b03
@@ -7,7 +7,6 @@ pkgbase = wingpanel-indicator-ayatana-git
url = https://github.com/elementary/wingpanel-indicator-ayatana
arch = i686
arch = x86_64
- groups = pantheon-unstable
license = GPL3
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 1d03b5667c7e..3c2b7799176e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc='Wingpanel Ayatana-Compatibility Indicator'
arch=('i686' 'x86_64')
url='https://github.com/elementary/wingpanel-indicator-ayatana'
license=('GPL3')
-groups=('pantheon-unstable')
-depends=('gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee' 'libindicator-gtk3-ubuntu'
+depends=('gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee'
+ 'libindicator-gtk3-ubuntu'
'libwingpanel-2.0.so')
makedepends=('cmake' 'git' 'gobject-introspection' 'vala')
provides=('wingpanel-indicator-ayatana')