summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2021-02-20 23:57:10 -0500
committerSolomon Choina2021-02-20 23:57:10 -0500
commit3e309c23ab41da3fff8521cf543f4f86449cd046 (patch)
tree1074ed81122cb849700f7cc466baa369a5197304 /PKGBUILD
parentc2707b1d5a8bcc28b5ee6a89b7a86188409a6f9b (diff)
downloadaur-wingpanel-indicator-keyboard-git.tar.gz
fixing wingpanel depends i think and whatever
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c2083a61f35..9eabf07e51db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-keyboard-git
-pkgver=2.2.1.r33.gf688c26
+pkgver=2.3.0.r18.g92c69e8
pkgrel=1
pkgdesc='Keyboard indicator for Wingpanel'
arch=('x86_64')
@@ -9,8 +9,8 @@ url='https://github.com/elementary/wingpanel-indicator-keyboard'
license=('GPL3')
groups=('pantheon-unstable')
depends=('glib2' 'glibc' 'gtk3' 'libxml2'
- 'libwingpanel-3.0.so')
-makedepends=('git' 'granite' 'meson' 'vala' 'wingpanel')
+ 'libwingpanel.so')
+makedepends=('git' 'granite-git' 'meson' 'vala' 'wingpanel-git')
provides=('wingpanel-indicator-keyboard')
conflicts=('wingpanel-indicator-keyboard')
source=("git+https://github.com/elementary/wingpanel-indicator-keyboard.git")