summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-06-27 22:18:08 -0400
committerTed Alff2019-06-27 22:18:08 -0400
commitfbc9865ba4d643710637ab989fef3d0d30ad0a3e (patch)
tree8cccffe81abbc60348fc127f87d2aac38705ad28
parent918d46d26d57dfd1af3c0a7628343aca69618d6b (diff)
downloadaur-xfce4-cpugraph-plugin-devel.tar.gz
Version bump 1.0.91
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c4cab150045..c4a57aee5371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-cpugraph-plugin-devel
pkgdesc = CPU graph plugin for the Xfce4 panel
- pkgver = 1.0.90
+ pkgver = 1.0.91
pkgrel = 1
url = https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
arch = i686
@@ -10,10 +10,10 @@ pkgbase = xfce4-cpugraph-plugin-devel
license = custom
makedepends = intltool
depends = xfce4-panel
- provides = xfce4-cpugraph-plugin=1.0.90
+ provides = xfce4-cpugraph-plugin=1.0.91
conflicts = xfce4-cpugraph-plugin
- source = https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.0/xfce4-cpugraph-plugin-1.0.90.tar.bz2
- sha256sums = 08e7a8ca378285335b7c5eaf1a550de52ef2935f06822f862a155c5342ca7560
+ source = https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.0/xfce4-cpugraph-plugin-1.0.91.tar.bz2
+ sha256sums = 3f5fcde40f0225213b30dbb41ee54507e5ca3145a798d50ea1026a68f5cc727d
pkgname = xfce4-cpugraph-plugin-devel
diff --git a/PKGBUILD b/PKGBUILD
index a083da83c93e..bb0603829df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=xfce4-cpugraph-plugin
pkgname=${_pkgname}-devel
-pkgver=1.0.90
+pkgver=1.0.91
pkgrel=1
pkgdesc="CPU graph plugin for the Xfce4 panel"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('intltool')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("https://archive.xfce.org/src/panel-plugins/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2")
-sha256sums=('08e7a8ca378285335b7c5eaf1a550de52ef2935f06822f862a155c5342ca7560')
+sha256sums=('3f5fcde40f0225213b30dbb41ee54507e5ca3145a798d50ea1026a68f5cc727d')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"