summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-11-17 19:47:02 -0500
committerSolomon Choina2020-11-17 19:47:02 -0500
commit5cfe6ac119f8f75adc8e9171d8b7496057de8206 (patch)
treef02bc8b30fdd7e5da5c8a138d06396d8a2e435b5
parentca10a17bf8ce31ec27a9390d29231a5e34d4e968 (diff)
downloadaur-wingpanel-indicator-session-git.tar.gz
libhandy
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aaa6cb0a9f7..a8db9d8bf5da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wingpanel-indicator-session-git
pkgdesc = Session indicator for Wingpanel
- pkgver = 2.2.8.r34.g525324f
+ pkgver = 2.2.8.r42.g5477639
pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-session
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = wingpanel-indicator-session-git
depends = gtk3
depends = libgranite.so
depends = libwingpanel-2.0.so
+ depends = libhandy
provides = wingpanel-indicator-session
conflicts = wingpanel-indicator-session
source = git+https://github.com/elementary/wingpanel-indicator-session.git
diff --git a/PKGBUILD b/PKGBUILD
index 6f71cd24218f..dbe17c0b4a6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-session-git
-pkgver=2.2.8.r34.g525324f
+pkgver=2.2.8.r42.g5477639
pkgrel=1
pkgdesc='Session indicator for Wingpanel'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/elementary/wingpanel-indicator-session'
license=('GPL2')
groups=('pantheon-unstable')
depends=('accountsservice' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libgranite.so' 'libwingpanel-2.0.so')
+ 'libgranite.so' 'libwingpanel-2.0.so' 'libhandy')
makedepends=('git' 'gobject-introspection' 'granite' 'meson' 'vala'
'wingpanel')
provides=('wingpanel-indicator-session')