summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2018-05-29 20:22:35 +0200
committerDaniel Milde2018-05-29 20:22:35 +0200
commit90ad01fc09b9b30911f5693aa87e8f0df8d7abd5 (patch)
tree041402fe279984fbd06c9de9ec4308e2eac85bbf
parentdc6183fd690e488b2ca3bd7d2db7f79179da51bd (diff)
downloadaur-90ad01fc09b9b30911f5693aa87e8f0df8d7abd5.tar.gz
provides
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2790f57a7d38..91932f1f72ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# St pro 6 07:23:36 UTC 2017
+# Tue May 29 18:22:10 UTC 2018
pkgbase = gnome-shell-extension-system-monitor-git
pkgdesc = System monitor extension for Gnome-Shell (display mem swap cpu usage)
- pkgver = 868.23cf614
+ pkgver = 877.751d557
pkgrel = 1
url = http://github.com/paradoxxxzero/gnome-shell-system-monitor-applet
arch = any
@@ -11,7 +11,8 @@ pkgbase = gnome-shell-extension-system-monitor-git
depends = gnome-shell>=3.10
depends = libgtop
depends = networkmanager
- provides = system-monitor-applet gnome-shell-system-monitor-applet-git
+ provides = system-monitor-applet
+ provides = gnome-shell-system-monitor-applet-git
conflicts = gnome-shell-system-monitor-applet-git
replaces = gnome-shell-system-monitor-applet-git
source = git+https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet.git
diff --git a/PKGBUILD b/PKGBUILD
index 5586335228dc..f83051974002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Michael Schubert <mschu.dev at gmail>
pkgname=gnome-shell-extension-system-monitor-git
-pkgver=868.23cf614
+pkgver=877.751d557
_gitname=gnome-shell-system-monitor-applet
pkgrel=1
pkgdesc="System monitor extension for Gnome-Shell (display mem swap cpu usage)"
@@ -12,7 +12,7 @@ url="http://github.com/paradoxxxzero/gnome-shell-system-monitor-applet"
license=('GPL3')
depends=('gnome-shell>=3.10' 'libgtop' 'networkmanager')
makedepends=('git')
-provides=("system-monitor-applet gnome-shell-system-monitor-applet-git")
+provides=("system-monitor-applet" "gnome-shell-system-monitor-applet-git")
replaces=("gnome-shell-system-monitor-applet-git")
conflicts=("gnome-shell-system-monitor-applet-git")
source=('git+https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet.git')