summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2019-06-27 22:18:08 -0400
committerTed Alff2019-06-27 22:18:08 -0400
commitfbc9865ba4d643710637ab989fef3d0d30ad0a3e (patch)
tree8cccffe81abbc60348fc127f87d2aac38705ad28 /PKGBUILD
parent918d46d26d57dfd1af3c0a7628343aca69618d6b (diff)
downloadaur-xfce4-cpugraph-plugin-devel.tar.gz
Version bump 1.0.91
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"