summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2017-03-10 10:13:18 +0100
committerDaniel Milde2017-03-10 10:13:18 +0100
commit0099b99e63e057b0419d18cf1f031680915a0ce9 (patch)
tree67b7fd2d14c22086d642579363d930c0deee5a66
parentc14f79a6c8452ad3b6d01ba557760e6e7709b712 (diff)
downloadaur-0099b99e63e057b0419d18cf1f031680915a0ce9.tar.gz
protocol update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70f1a188f0c9..82a0f7fefca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Mar 10 09:12:46 UTC 2017
pkgbase = gnome-shell-extension-system-monitor-git
pkgdesc = System monitor extension for Gnome-Shell (display mem swap cpu usage)
- pkgver = 704.8b31f07
- pkgrel = 2
+ pkgver = 752.9ff9ac6
+ pkgrel = 1
url = http://github.com/paradoxxxzero/gnome-shell-system-monitor-applet
arch = any
license = GPL3
@@ -12,7 +14,7 @@ pkgbase = gnome-shell-extension-system-monitor-git
provides = system-monitor-applet gnome-shell-system-monitor-applet-git
conflicts = gnome-shell-system-monitor-applet-git
replaces = gnome-shell-system-monitor-applet-git
- source = git://github.com/paradoxxxzero/gnome-shell-system-monitor-applet.git
+ source = git+https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet.git
sha1sums = SKIP
pkgname = gnome-shell-extension-system-monitor-git
diff --git a/PKGBUILD b/PKGBUILD
index 8240ce8f4ad1..21559ae9ea56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Michael Schubert <mschu.dev at gmail>
pkgname=gnome-shell-extension-system-monitor-git
-pkgver=704.8b31f07
+pkgver=752.9ff9ac6
_gitname=gnome-shell-system-monitor-applet
-pkgrel=2
+pkgrel=1
pkgdesc="System monitor extension for Gnome-Shell (display mem swap cpu usage)"
arch=('any')
url="http://github.com/paradoxxxzero/gnome-shell-system-monitor-applet"
@@ -15,7 +15,7 @@ makedepends=('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://github.com/paradoxxxzero/gnome-shell-system-monitor-applet.git')
+source=('git+https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet.git')
sha1sums=('SKIP')
package() {