summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaël Guillemenot2016-06-15 16:13:46 +0200
committerLaël Guillemenot2016-06-15 16:13:46 +0200
commitc7da75f47a2e91624b0d6faf9f8d858e97660ada (patch)
treed75ef2ee4b53f2174e988f6a019d0b9863da7342
parent84926f147c5645660104090a6156351b42d5e0b9 (diff)
downloadaur-c7da75f47a2e91624b0d6faf9f8d858e97660ada.tar.gz
MAJ en v0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--python2.patch8
3 files changed, 4 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bdb3e359d51..9b3d5a41d266 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = indicator-sysmonitor-bzr
pkgdesc = Show cpu and memory usage and also various temperature sensors.
- pkgver = 0.4.1
- pkgrel = 4
+ pkgver = 0.8.1
+ pkgrel = 0
url = https://launchpad.net/indicator-sysmonitor
arch = i686
arch = x86_64
@@ -13,8 +13,6 @@ pkgbase = indicator-sysmonitor-bzr
optdepends = lm_sensors
optdepends = gnu-netcat
optdepends = hddtemp
- source = python2.patch
- md5sums = fcaed89339fe394ddbcc161157fdb490
pkgname = indicator-sysmonitor-bzr
diff --git a/PKGBUILD b/PKGBUILD
index db262f3ffc08..3b602c043504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lael Guillemenot <zeppelinlg@gmail.com>
pkgname=indicator-sysmonitor-bzr
-pkgver=0.4.1
-pkgrel=4
+pkgver=0.8.1
+pkgrel=0
pkgdesc="Show cpu and memory usage and also various temperature sensors."
arch=('i686' 'x86_64')
url="https://launchpad.net/indicator-sysmonitor"
@@ -10,8 +10,6 @@ license=('GPL')
depends=('libindicator3' 'python2-psutil' 'python' 'bzr')
makedepends=()
optdepends=('lm_sensors' 'gnu-netcat' 'hddtemp')
-source=(python2.patch)
-md5sums=('fcaed89339fe394ddbcc161157fdb490')
_bzrbranch=lp:indicator-sysmonitor
_bzrmod=indicator-sysmonitor
@@ -26,8 +24,6 @@ build() {
else
bzr up ${_bzrmod}
fi
-
- patch -p1 < "$srcdir/python2.patch"
}
package() {
diff --git a/python2.patch b/python2.patch
deleted file mode 100644
index 6bb2b887d2ea..000000000000
--- a/python2.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- src/indicator-sysmonitor.orig/indicator-sysmonitor 2012-08-23 22:33:49.206770349 +0200
-+++ src/indicator-sysmonitor/indicator-sysmonitor 2012-08-23 22:31:50.366486753 +0200
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- # coding: utf-8
- #
- # A simple indicator applet displaying cpu and memory information