summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2021-04-17 20:36:07 +0900
committerQue Quotion2021-04-17 20:36:07 +0900
commit13e62f3013422ba9679c54efb4d3b3c829766527 (patch)
tree0a17168b2235984cb3d6f7135f12f302f9510c95
parentd2b516dfd0222f15659162e74389bae9c26c2ea2 (diff)
downloadaur-wingpanel-indicator-bluetooth-git.tar.gz
Update dependencies: add libnotify, use stable granite and wingpanel
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6bb37766855..654c9172b94a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,23 @@
pkgbase = wingpanel-indicator-bluetooth-git
pkgdesc = Bluetooth indicator for Wingpanel
- pkgver = 2.1.6.r22.gf1d517f
+ pkgver = 2.1.6.r58.gb9b4ad0
pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-bluetooth
arch = x86_64
groups = pantheon-unstable
license = GPL3
makedepends = git
- makedepends = granite-git
+ makedepends = granite
makedepends = intltool
makedepends = meson
makedepends = vala
- makedepends = wingpanel-git
+ makedepends = wingpanel
depends = bluez
depends = glib2
depends = glibc
depends = gtk3
depends = libgee
+ depends = libnotify
depends = libwingpanel.so
provides = wingpanel-indicator-bluetooth
conflicts = wingpanel-indicator-bluetooth
@@ -24,3 +25,4 @@ pkgbase = wingpanel-indicator-bluetooth-git
sha256sums = SKIP
pkgname = wingpanel-indicator-bluetooth-git
+
diff --git a/PKGBUILD b/PKGBUILD
index c337fb1a1f70..2dc72be21384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-bluetooth-git
-pkgver=2.1.6.r22.gf1d517f
+pkgver=2.1.6.r58.gb9b4ad0
pkgrel=1
pkgdesc='Bluetooth indicator for Wingpanel'
arch=('x86_64')
url='https://github.com/elementary/wingpanel-indicator-bluetooth'
license=('GPL3')
groups=('pantheon-unstable')
-depends=('bluez' 'glib2' 'glibc' 'gtk3' 'libgee'
+depends=('bluez' 'glib2' 'glibc' 'gtk3' lib{gee,notify}
'libwingpanel.so')
-makedepends=('git' 'granite-git' 'intltool' 'meson' 'vala' 'wingpanel-git')
+makedepends=('git' 'granite' 'intltool' 'meson' 'vala' 'wingpanel')
provides=('wingpanel-indicator-bluetooth')
conflicts=('wingpanel-indicator-bluetooth')
source=('git+https://github.com/elementary/wingpanel-indicator-bluetooth.git')