summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQue Quotion2022-11-19 22:48:30 +0900
committerQue Quotion2022-11-19 22:48:30 +0900
commitee5f453bb32a695aed53441af7dec591c10dacde (patch)
tree288926f7c1a9a2b478c89ade89ea56d8ce011d13 /PKGBUILD
parent8b5a0c477e4efbaf21b1f2cd02621db85185f31d (diff)
downloadaur-pantheon-monitor-git.tar.gz
Drop libwingpanel.so from depends()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60208d0afafc..281889ddf8ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=pantheon-monitor-git
-pkgver=r91.b143db4
+pkgver=r105.7beb312
pkgrel=1
pkgdesc='Manage processes, monitor of system resources and drives.'
arch=('x86_64')
url='https://github.com/Dirli/pantheon-monitor'
license=('GPL2')
groups=('pantheon-unstable')
-depends=('cairo' 'glib2' 'glibc' 'gtk3' lib{{granite,wingpanel}.so,gee,gtop,wnck} 'udisks2')
+depends=('cairo' 'glib2' 'glibc' 'gtk3' lib{granite.so,gee,gtop,wnck} 'udisks2')
makedepends=('git' 'meson' 'vala' 'wingpanel')
provides=("${pkgname%-git}" wingpanel-indicator-{sensors,monitor})
conflicts=("${pkgname%-git}" wingpanel-indicator-{sensors,monitor})