summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2021-02-20 23:52:56 -0500
committerSolomon Choina2021-02-20 23:52:56 -0500
commitd2b516dfd0222f15659162e74389bae9c26c2ea2 (patch)
treeba0fd776ca9d2089747d06938d22309fc891f1d2
parentdec7a0a4391545236a1a92c9e3aeeb1b236d56cf (diff)
downloadaur-d2b516dfd0222f15659162e74389bae9c26c2ea2.tar.gz
fixing wingpanel depends i think and whatever
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67175c57ff31..d6bb37766855 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,27 +1,26 @@
pkgbase = wingpanel-indicator-bluetooth-git
pkgdesc = Bluetooth indicator for Wingpanel
- pkgver = 2.1.5.r32.g6ec4d8d
+ pkgver = 2.1.6.r22.gf1d517f
pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-bluetooth
arch = x86_64
groups = pantheon-unstable
license = GPL3
makedepends = git
- makedepends = granite
+ makedepends = granite-git
makedepends = intltool
makedepends = meson
makedepends = vala
- makedepends = wingpanel
+ makedepends = wingpanel-git
depends = bluez
depends = glib2
depends = glibc
depends = gtk3
depends = libgee
- depends = libwingpanel-3.0.so
+ depends = libwingpanel.so
provides = wingpanel-indicator-bluetooth
conflicts = wingpanel-indicator-bluetooth
source = git+https://github.com/elementary/wingpanel-indicator-bluetooth.git
sha256sums = SKIP
pkgname = wingpanel-indicator-bluetooth-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2c0caafa110c..c337fb1a1f70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-bluetooth-git
-pkgver=2.1.5.r32.g6ec4d8d
+pkgver=2.1.6.r22.gf1d517f
pkgrel=1
pkgdesc='Bluetooth indicator for Wingpanel'
arch=('x86_64')
@@ -9,8 +9,8 @@ url='https://github.com/elementary/wingpanel-indicator-bluetooth'
license=('GPL3')
groups=('pantheon-unstable')
depends=('bluez' 'glib2' 'glibc' 'gtk3' 'libgee'
- 'libwingpanel-3.0.so')
-makedepends=('git' 'granite' 'intltool' 'meson' 'vala' 'wingpanel')
+ 'libwingpanel.so')
+makedepends=('git' 'granite-git' 'intltool' 'meson' 'vala' 'wingpanel-git')
provides=('wingpanel-indicator-bluetooth')
conflicts=('wingpanel-indicator-bluetooth')
source=('git+https://github.com/elementary/wingpanel-indicator-bluetooth.git')