summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-12-10 20:25:31 -0500
committerSolomon Choina2020-12-10 20:25:31 -0500
commitc9df505478f22b7b27e089561b8b701ffe0fbd82 (patch)
tree06c5c9b590d32bd2c443fe350ec488c3190d2945
parent2bce09653443cadb45e8b21ce6d437892c37fe72 (diff)
downloadaur-c9df505478f22b7b27e089561b8b701ffe0fbd82.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 0ea2536d943a..d18603136e0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wingpanel-indicator-notifications-git
pkgdesc = Notifications indicator for Wingpanel
pkgver = 2.1.4.r85.g316738a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/elementary/wingpanel-indicator-notifications
arch = x86_64
groups = pantheon-unstable
@@ -18,6 +18,7 @@ pkgbase = wingpanel-indicator-notifications-git
depends = libwnck3
depends = libgranite.so
depends = libwingpanel-2.0.so
+ depends = libhandy
provides = wingpanel-indicator-notifications
conflicts = wingpanel-indicator-notifications
source = git+https://github.com/elementary/wingpanel-indicator-notifications.git
diff --git a/PKGBUILD b/PKGBUILD
index c636344aeffe..54652dd5f184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=wingpanel-indicator-notifications-git
pkgver=2.1.4.r85.g316738a
-pkgrel=1
+pkgrel=2
pkgdesc='Notifications indicator for Wingpanel'
arch=('x86_64')
url='https://github.com/elementary/wingpanel-indicator-notifications'
license=('GPL3')
groups=('pantheon-unstable')
depends=('glib2' 'glibc' 'gtk3' 'libgee' 'libwnck3'
- 'libgranite.so' 'libwingpanel-2.0.so')
+ 'libgranite.so' 'libwingpanel-2.0.so' 'libhandy')
makedepends=('git' 'granite' 'meson' 'vala' 'wingpanel')
provides=('wingpanel-indicator-notifications')
conflicts=('wingpanel-indicator-notifications')