summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d18603136e0f..24478e5ff1b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,28 @@
pkgbase = wingpanel-indicator-notifications-git
pkgdesc = Notifications indicator for Wingpanel
- pkgver = 2.1.4.r85.g316738a
- pkgrel = 2
+ pkgver = 2.1.4.r123.geb94a77
+ pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-notifications
arch = x86_64
groups = pantheon-unstable
license = GPL3
makedepends = git
- makedepends = granite
+ makedepends = granite-git
makedepends = meson
makedepends = vala
- makedepends = wingpanel
+ makedepends = wingpanel-git
+ makedepends = libhandy
depends = glib2
depends = glibc
depends = gtk3
depends = libgee
depends = libwnck3
depends = libgranite.so
- depends = libwingpanel-2.0.so
- depends = libhandy
+ depends = libwingpanel.so
+ depends = libhandy-1.so
provides = wingpanel-indicator-notifications
conflicts = wingpanel-indicator-notifications
source = git+https://github.com/elementary/wingpanel-indicator-notifications.git
sha256sums = SKIP
pkgname = wingpanel-indicator-notifications-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 54652dd5f184..db4231724da2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-notifications-git
-pkgver=2.1.4.r85.g316738a
-pkgrel=2
+pkgver=2.1.4.r123.geb94a77
+pkgrel=1
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' 'libhandy')
-makedepends=('git' 'granite' 'meson' 'vala' 'wingpanel')
+ 'libgranite.so' 'libwingpanel.so' 'libhandy-1.so')
+makedepends=('git' 'granite-git' 'meson' 'vala' 'wingpanel-git' 'libhandy')
provides=('wingpanel-indicator-notifications')
conflicts=('wingpanel-indicator-notifications')
source=('git+https://github.com/elementary/wingpanel-indicator-notifications.git')